summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-10-22 23:24:24 +0100
committerCarl Hetherington <cth@carlh.net>2017-10-22 23:24:24 +0100
commit1da47edb061982e8efb893da8966bd1edf4e280a (patch)
tree253364a5f2ffa7c0560957c681c405807f0dcafd /run
parentde98ee3983058185192f1111ee633d9539063986 (diff)
Revert incorrect commit.
Diffstat (limited to 'run')
-rwxr-xr-xrun/dcpomatic2
1 files changed, 1 insertions, 1 deletions
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