diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-26 01:51:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-26 01:51:55 +0100 |
| commit | 5fa99824e1bf31f569245e5f2640aeecd84de42d (patch) | |
| tree | 0838decd7808e2c959bbdde376296b79493f5f52 /run | |
| parent | 02d9138d94899fa16b4a16ebc730fd929bf72b1d (diff) | |
Port filters dialog. Make command line loading work again.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dvdomatic | 3 |
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 |
