From: Chris Koeritz Date: Fri, 8 Nov 2013 06:57:50 +0000 (-0500) Subject: restoring some former functionality for windoors. X-Git-Tag: 2.140.90~884 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=3fee1442fda93454013c34d70666594fe9763061;p=feisty_meow.git restoring some former functionality for windoors. --- diff --git a/scripts/generator/wrapdoze.sh b/scripts/generator/wrapdoze.sh index 0ce27c37..3f133b96 100644 --- a/scripts/generator/wrapdoze.sh +++ b/scripts/generator/wrapdoze.sh @@ -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