summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-10-21 13:59:28 +0100
committerCarl Hetherington <cth@carlh.net>2017-10-21 13:59:28 +0100
commit0ef63a2dccc449c4e165d9aabd10dba6c463e660 (patch)
tree5e48b80e9481798a7f2cfebc3ee66c9fdde4117f /run
parent91d453e6ea4c959ab11f68184172929ef863d158 (diff)
Remove some old deps; add 17.10.
Diffstat (limited to 'run')
-rwxr-xr-xrun/dcpomatic2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic
index 9c5fc5438..7de6f0291 100755
--- a/run/dcpomatic
+++ b/run/dcpomatic
@@ -21,5 +21,5 @@ elif [ "$1" == "--perf" ]; then
shift
perf record build/src/tools/dcpomatic2 $*
else
- build/src/tools/dcpomatic2 $*
+ ldd build/src/tools/dcpomatic2 $*
fi