restoring some former functionality for windoors.
authorChris Koeritz <fred@gruntose.com>
Fri, 8 Nov 2013 06:57:50 +0000 (01:57 -0500)
committerChris Koeritz <fred@gruntose.com>
Fri, 8 Nov 2013 06:57:50 +0000 (01:57 -0500)
scripts/generator/wrapdoze.sh

index 0ce27c37ee09bcb8d726b858cad20cadfbb9930a..3f133b96b5cbe82b1bcfc4c39bb77382bd778444 100644 (file)
@@ -4,21 +4,15 @@ 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.
-    $*
+    eval "${@}"
     return $?
   fi
 
   declare -a darc_commands=()
+#hmmm: may need the serious slash treatment.
 
   for i in "$@"; do
     if [[ "$i" =~ ^-[a-zA-z][/\"].* ]]; then