summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-15 19:40:28 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-15 19:40:28 +0100
commitd83c15bf4a53a5df6b6cdb099122c4221c477fc7 (patch)
treed924f2f01bd6a94bb379e5ed3b221abd2283d8a0 /run
parent7274622a833c05eee36b7e59d8ec2ca3e136d140 (diff)
Remove incorrect quotes from parameter.
Diffstat (limited to 'run')
-rwxr-xr-xrun/dcpomatic_disk2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_disk b/run/dcpomatic_disk
index a4b4ead55..8c13183b6 100755
--- a/run/dcpomatic_disk
+++ b/run/dcpomatic_disk
@@ -17,7 +17,7 @@ elif [ "$1" == "--massif" ]; then
valgrind --tool="massif" build/src/tools/dcpomatic2_disk $*
elif [ "$1" == "--i18n" ]; then
shift
- LANGUAGE=de_DE.UTF8 LANG=de_DE.UTF8 LC_ALL=de_DE.UTF8 build/src/tools/dcpomatic2_disk "$*"
+ LANGUAGE=de_DE.UTF8 LANG=de_DE.UTF8 LC_ALL=de_DE.UTF8 build/src/tools/dcpomatic2_disk $*
elif [ "$1" == "--perf" ]; then
shift
perf record build/src/tools/dcpomatic2_disk $*