diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-10-22 23:24:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-10-22 23:24:24 +0100 |
| commit | 1da47edb061982e8efb893da8966bd1edf4e280a (patch) | |
| tree | 253364a5f2ffa7c0560957c681c405807f0dcafd /run | |
| parent | de98ee3983058185192f1111ee633d9539063986 (diff) | |
Revert incorrect commit.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic | 2 |
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 |
