[gedit] Make sure to quote command line arguments for launcher script
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gedit] Make sure to quote command line arguments for launcher script
- Date: Mon, 4 Jan 2010 09:19:30 +0000 (UTC)
commit 67a132a761848a5d78b2d0d23a9fa8dc6c6a99c9
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date: Mon Jan 4 10:18:52 2010 +0100
Make sure to quote command line arguments for launcher script
osx/launcher.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/osx/launcher.sh b/osx/launcher.sh
index 18f0f3b..5ba0ddf 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]