From: Carl Hetherington Date: Sun, 22 Oct 2017 22:24:24 +0000 (+0100) Subject: Revert incorrect commit. X-Git-Tag: v2.11.28~28 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=1da47edb061982e8efb893da8966bd1edf4e280a Revert incorrect commit. --- 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