From e885dd4272448b7bf0e54d9b149f54b53bede229 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 22 Mar 2014 13:42:43 +0000 Subject: [PATCH] Pass parameters to dcpomatic. --- run/dcpomatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/dcpomatic b/run/dcpomatic index 0022e4968..38e5b82ab 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -77,7 +77,7 @@ if [ `uname -s` == "Darwin" ]; then done cd build/platform/osx/DCP-o-matic.app/Contents/MacOS - ./dcpomatic + ./dcpomatic $* else export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:$LD_LIBRARY_PATH -- 2.30.2