X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=run%2Fdcpomatic;h=9c5fc5438e7c8e603b6ca0a6da63acd9ebbc857a;hp=7de6f0291762b2ca84f17e58ab6ddf2f78091ced;hb=1da47edb061982e8efb893da8966bd1edf4e280a;hpb=de98ee3983058185192f1111ee633d9539063986 diff --git a/run/dcpomatic b/run/dcpomatic index 7de6f0291..9c5fc5438 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -21,5 +21,5 @@ elif [ "$1" == "--perf" ]; then shift perf record build/src/tools/dcpomatic2 $* else - ldd build/src/tools/dcpomatic2 $* + build/src/tools/dcpomatic2 $* fi