diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-22 13:42:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-22 13:42:43 +0000 |
| commit | e885dd4272448b7bf0e54d9b149f54b53bede229 (patch) | |
| tree | f8dd3873ab7df320673487c7b03592579b6699a1 | |
| parent | 0d4c3d8793bf309cf349ee1d791528945019c011 (diff) | |
Pass parameters to dcpomatic.
| -rwxr-xr-x | run/dcpomatic | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
