nice changes unified a bunch of things, although of course windows
[feisty_meow.git] / scripts / generator / wrapdoze.sh
old mode 100755 (executable)
new mode 100644 (file)
index d743283..0ce27c3
@@ -4,6 +4,13 @@ source $FEISTY_MEOW_SCRIPTS/core/functions.sh
 
 function dossify_and_run_commands()
 {
+
+
+eval "${@}"
+return $?
+
+
+#all primordial gunk.  try above first.
   # we only mess with the command line on windows...
   if [ "$OS" != "Windows_NT" ]; then
     # for non windows, just run the commands straight up.