X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fwrapdoze.sh;fp=scripts%2Fgenerator%2Fwrapdoze.sh;h=0ce27c37ee09bcb8d726b858cad20cadfbb9930a;hb=4c3c1ebcea4f605039bb33c7233d413a34fc5305;hp=d7432835e403dedaf5ea505f3aa490ca6f1c67c2;hpb=55052811f663cb1334a45e99787578a584484133;p=feisty_meow.git diff --git a/scripts/generator/wrapdoze.sh b/scripts/generator/wrapdoze.sh old mode 100755 new mode 100644 index d7432835..0ce27c37 --- a/scripts/generator/wrapdoze.sh +++ b/scripts/generator/wrapdoze.sh @@ -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.