aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/trashman/trashman/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/trashman/trashman/functions b/share/trashman/trashman/functions
index 48700cd..a29ab4f 100644
--- a/share/trashman/trashman/functions
+++ b/share/trashman/trashman/functions
@@ -214,7 +214,7 @@ trashman_check_root() {
fi
if [ "`whoami`" != "root" ]; then
- if which sudo &> /dev/null; then
+ if which sudo > /dev/null 2>&1; then
# Try to invoke it with sudo
trashman_echo "You're running as a regular user, trying to re-invoke the command using sudo..."
sudo $PROGRAM $action $package