adopted two new variables
[feisty_meow.git] / scripts / generator / wrapdoze.sh
index b4ea47f6aea14a3e30aa7ff5b1b4ca1ec764d06f..d38b432b2c229f414f60249099ff3b8d55c0cbba 100755 (executable)
@@ -75,7 +75,7 @@ function dossify_and_run_commands()
     real_commands+=($(echo $i | sed -e 's/\//\\/g'))
   done
 
-  if [ ! -z "$SHELL_DEBUG" ]; then
+  if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then
     echo commands are now:
     for i in "${real_commands[@]}"; do
       echo -n "$i "