projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee2f096
)
Bash wrapper correctly passing arguments
author
Darren
<darren@darrenwhitlen.com>
Tue, 10 Sep 2013 22:56:24 +0000
(23:56 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Tue, 10 Sep 2013 22:56:24 +0000
(23:56 +0100)
kiwi
patch
|
blob
|
blame
|
history
diff --git
a/kiwi
b/kiwi
index 3bc25b8c9230289203631fa46f30213d192cf7c9..4ea6594ca392a426c1f644f9ed256b95d5282f6f 100755
(executable)
--- a/
kiwi
+++ b/
kiwi
@@
-5,7
+5,7
@@
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
-node $basedir/server/server.js
$@
+node $basedir/server/server.js
"$@"
ret=$?
exit $ret