cleaned up prep process
[feisty_meow.git] / scripts / core / functions.sh
index 48e819050e9cd232955b2f0b0e2e34291ccc176a..b39a9d3005986dc4357d956704515de201542e3a 100644 (file)
@@ -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