From 1da47edb061982e8efb893da8966bd1edf4e280a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 22 Oct 2017 23:24:24 +0100 Subject: [PATCH] Revert incorrect commit. --- run/dcpomatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2