X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=tools%2Fosx_packaging%2Fscript;h=ec6ad4feecd536b85cc4f30f4a25176a401b0505;hb=f9f5ec85fbfd15d0008f70d4185a84eeadfd3891;hp=d689320d205f82ca7fd2443b20d3efe53ed4c424;hpb=22c20ab6f215c0ab24702a479aa6821c25a7d058;p=ardour.git 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" "$*"