[gedit/gnome-2-28] Use instead of to pass on cmd arguments



commit 02840dfcb5ff0b0d47328e434409a4e1e835aa34
Author: Jesse van den Kieboom <jesse icecrew nl>
Date:   Sat Jan 9 23:37:46 2010 +0100

    Use  instead of  to pass on cmd arguments

 osx/launcher.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/osx/launcher.sh b/osx/launcher.sh
index 18f0f3b..f7fa06c 100755
--- a/osx/launcher.sh
+++ b/osx/launcher.sh
@@ -55,4 +55,4 @@ fi
 # Start gconf first
 "$bundle_res/libexec/gconfd-2" &
 
-$EXEC "$bundle_contents/MacOS/$name-bin" $* $EXTRA_ARGS
+$EXEC "$bundle_contents/MacOS/$name-bin" "$@" $EXTRA_ARGS



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]