diff options
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 |
