projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6c2998
)
Quote variables
author
Roland Mas
<lolando@debian.org>
Mon, 8 Oct 2012 14:13:20 +0000
(14:13 +0000)
committer
Roland Mas
<lolando@debian.org>
Mon, 8 Oct 2012 14:13:20 +0000
(14:13 +0000)
src/utils/forge_wrapper
patch
|
blob
|
history
diff --git
a/src/utils/forge_wrapper
b/src/utils/forge_wrapper
index
5e433ba
..
5512693
100755
(executable)
--- a/
src/utils/forge_wrapper
+++ b/
src/utils/forge_wrapper
@@
-3,8
+3,8
@@
scriptname=$(basename $0)
realpath=$(dirname $(readlink -f $(which $0)))
-if [ -x
$realpath/$scriptname
] ; then
- exec
$realpath/$scriptname
"$@"
+if [ -x
"$realpath/$scriptname"
] ; then
+ exec
"$realpath/$scriptname"
"$@"
else
echo "No $scriptname script found."
exit 1