X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=bf92636caaf113568aa1949c62b8e1a75e7f446b;hb=75c2d52632eac5470a48d9b44feb336474a187d8;hp=f6a9beb37fb55dccc23253001d11b84026d221ab;hpb=1915a56e69a320fa3a3c2d944cf120f2c958e287;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index f6a9beb3..bf92636c 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -230,7 +230,7 @@ if [ -z "$skip_all" ]; then # label if they're doing an su with the sudo. function sudo() { local first_command="$1" - /usr/bin/sudo $* + /usr/bin/sudo "$@" if [ "$first_command" == "su" ]; then # yep, they were doing an su, but they're back now. bash $FEISTY_MEOW_SCRIPTS/tty/label_terminal_with_infos.sh