X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=b39a9d3005986dc4357d956704515de201542e3a;hb=d4b5c7aa318cafd7009030b14febc0b57b3c3de1;hp=48e819050e9cd232955b2f0b0e2e34291ccc176a;hpb=690531382f5d2627c57a589bcb88869c7c7ba06f;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 48e81905..b39a9d30 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -38,7 +38,7 @@ if [ -z "$skip_all" ]; then # happens. function whichable() { - to_find="$1"; shift + local to_find="$1"; shift local WHICHER="$(/usr/bin/which which 2>/dev/null)" #>&2 echo "got whicher as: $WHICHER" if [ $? -ne 0 ]; then