diff options
Diffstat (limited to 'run/dcpomatic_kdm')
| -rwxr-xr-x | run/dcpomatic_kdm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/run/dcpomatic_kdm b/run/dcpomatic_kdm index b523f01c6..d0160ef7a 100755 --- a/run/dcpomatic_kdm +++ b/run/dcpomatic_kdm @@ -1,8 +1,8 @@ #!/bin/bash -export LD_LIBRARY_PATH=build/src/lib:build/src/wx:/home/c.hetherington/lib:$LD_LIBRARY_PATH -export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:/carl/Environment/64/lib -export DCPOMATIC_GRAPHICS=graphics +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" +source $DIR/environment + if [ "$1" == "--debug" ]; then shift gdb --args build/src/tools/dcpomatic2_kdm $* |
