aboutsummaryrefslogtreecommitdiff
path: root/trashman
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-04-07 10:27:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-04-07 10:27:07 -0300
commitd866a6c1978cc48bef6ebd0918740e5b4f0af24b (patch)
tree2dbd4eb9cacb71405ca0964a576947f7823ed0f3 /trashman
parent5cbd294d9fb1587926119e60a00dc3e66a3c1416 (diff)
downloadtrashman-d866a6c1978cc48bef6ebd0918740e5b4f0af24b.tar.gz
trashman-d866a6c1978cc48bef6ebd0918740e5b4f0af24b.tar.bz2
Comparison fix
Diffstat (limited to 'trashman')
-rwxr-xr-xtrashman2
1 files changed, 1 insertions, 1 deletions
diff --git a/trashman b/trashman
index 4758a21..c8e8129 100755
--- a/trashman
+++ b/trashman
@@ -81,7 +81,7 @@ else
folder="`trashman_actions_folder $package`"
# Checking for privileges
- if [ "$BASENAME" == "trashman" ]; then
+ if [ "$BASENAME" = "trashman" ]; then
trashman_check_root $ACTION
else
trashman_check_sudo