Bump version
[dcpomatic.git] / run / dvdomatic
index 70906a2546b8f276d0065cc40f37d4d28632713b..ff38970646e168179858fa04977c8a2cf0ce3bfa 100755 (executable)
@@ -3,10 +3,10 @@
 export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:$LD_LIBRARY_PATH
 if [ "$1" == "--debug" ]; then
     shift
-    gdb --args build/src/tools/dvdomatic $*
+    gdb --args build/src/tools/dvdomatic "$*"
 elif [ "$1" == "--valgrind" ]; then
     shift
     valgrind --tool="memcheck" build/src/tools/dvdomatic $*
 else
-    build/src/tools/dvdomatic $*
+    build/src/tools/dvdomatic "$*"
 fi