summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-26 01:51:55 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-26 01:51:55 +0100
commit5fa99824e1bf31f569245e5f2640aeecd84de42d (patch)
tree0838decd7808e2c959bbdde376296b79493f5f52 /run
parent02d9138d94899fa16b4a16ebc730fd929bf72b1d (diff)
Port filters dialog. Make command line loading work again.
Diffstat (limited to 'run')
-rwxr-xr-xrun/dvdomatic3
1 files changed, 1 insertions, 2 deletions
diff --git a/run/dvdomatic b/run/dvdomatic
index 3aa1cf5e8..eeb2c7b44 100755
--- a/run/dvdomatic
+++ b/run/dvdomatic
@@ -6,6 +6,5 @@ if [ "$1" == "--debug" ]; then
elif [ "$1" == "--valgrind" ]; then
valgrind --tool="memcheck" build/src/tools/dvdomatic $2
else
- build/src/tools/dvdomatic
-# "$1"
+ build/src/tools/dvdomatic "$1"
fi