summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfltk-config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/fltk-config.in b/fltk-config.in
index 08a08cc28..d1563258b 100755
--- a/fltk-config.in
+++ b/fltk-config.in
@@ -4,7 +4,7 @@
#
# FLTK configuration utility.
#
-# Copyright 2000-2007 by Bill Spitzak and others.
+# Copyright 2000-2008 by Bill Spitzak and others.
# Original version Copyright 2000 by James Dean Palmer
# Adapted by Vincent Penne and Michael Sweet
#
@@ -283,7 +283,7 @@ if test -n "$post"; then
# Make a shell script that runs the bundled executable
echo "#!/bin/sh" >"$post"
echo 'dir="`dirname $0`"' >>"$post"
- echo 'exec "$dir/'"$post.app/Contents/MacOS/$post"'" $*' >>"$post"
+ echo 'exec "$dir/'"$post.app/Contents/MacOS/$post"'" "$@"' >>"$post"
chmod +x "$post"
# Make the simplest Info.plist needed for an application