Merged with trunk R1393.
[ardour.git] / tools / osx_packaging / script
index d689320d205f82ca7fd2443b20d3efe53ed4c424..ec6ad4feecd536b85cc4f30f4a25176a401b0505 100755 (executable)
@@ -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" "$*"