X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=24ce6e8c56fb7b987872a78559cc19cc8a411167;hp=c4ff3f65090c852c7501ef7766e35d7757d1fc1d;hb=8350f53b44dbe76d70f014732b28c8092fa78687;hpb=cec637100b60099a4b3deaf44fbb4bd3aa409648 diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index c4ff3f65..24ce6e8c 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="$(/usr/bin/which which 2>/dev/null)" #>&2 echo "got whicher as: $WHICHER" if [ $? -ne 0 ]; then # there is no which command here. we produce nothing due to this.