From 3fee1442fda93454013c34d70666594fe9763061 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 8 Nov 2013 01:57:50 -0500 Subject: [PATCH] restoring some former functionality for windoors. --- scripts/generator/wrapdoze.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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 -- 2.34.1