X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;fp=scripts%2Fcore%2Ffunctions.sh;h=24ce6e8c56fb7b987872a78559cc19cc8a411167;hb=3a0be27797c4dd3b14c0f86e78ef89267d18f2e6;hp=c4ff3f65090c852c7501ef7766e35d7757d1fc1d;hpb=5bbef23bd9f39d5f3914531d599c7c745e65adc6;p=feisty_meow.git 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.