summaryrefslogtreecommitdiff
path: root/tools/osx_packaging/script
diff options
context:
space:
mode:
Diffstat (limited to 'tools/osx_packaging/script')
-rwxr-xr-xtools/osx_packaging/script3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/osx_packaging/script b/tools/osx_packaging/script
index d689320d20..ec6ad4feec 100755
--- a/tools/osx_packaging/script
+++ b/tools/osx_packaging/script
@@ -24,4 +24,5 @@ export "DISPLAY=`cat $TMP/display`"
ps -wx -ocommand | grep -e '[X]11' > /dev/null || exit 11
cd ~/
-exec "$CWD/bin/exporter" "$@"
+shift
+exec "$CWD/bin/exporter" "$*"