projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e59a19f
)
restoring some former functionality for windoors.
author
Chris Koeritz
<fred@gruntose.com>
Fri, 8 Nov 2013 06:57:50 +0000
(
01:57
-0500)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 8 Nov 2013 06:57:50 +0000
(
01:57
-0500)
scripts/generator/wrapdoze.sh
patch
|
blob
|
history
diff --git
a/scripts/generator/wrapdoze.sh
b/scripts/generator/wrapdoze.sh
index 0ce27c37ee09bcb8d726b858cad20cadfbb9930a..3f133b96b5cbe82b1bcfc4c39bb77382bd778444 100644
(file)
--- 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