X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=a490bd40d2b6312891ecc2fd808dfb88c7dfe08e;hb=185571317678eb17af4ca8b53542c1e7aed59d02;hp=6989449f702b475fdfe2fb5fa9bc4049334e98d6;hpb=78260fb9e066ca6e391494b567b2758073491edc;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 6989449f..a490bd40 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -39,7 +39,7 @@ if [ -z "$skip_all" ]; then function whichable() { to_find="$1"; shift - local WHICHER="$(which which 2>/dev/null)" + local WHICHER="$(\which which 2>/dev/null)" if [ $? -ne 0 ]; then # there is no which command here. we produce nothing due to this. echo