summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-02 22:10:41 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-09 17:04:02 +0100
commit1cbccd1559bd1ab8abcb4ebd0438dbc609d8232f (patch)
tree619578261e0d80fdeea6ae9427c65b7180e50a16
parent47d83b296248119d04b9226fd51a67e2fd3faac5 (diff)
Fix incorrect quoting in helper script.v2.16.6v2.16.x-pending
-rwxr-xr-xrun/dcpomatic_kdm2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_kdm b/run/dcpomatic_kdm
index 59681f733..b523f01c6 100755
--- a/run/dcpomatic_kdm
+++ b/run/dcpomatic_kdm
@@ -17,7 +17,7 @@ elif [ "$1" == "--massif" ]; then
valgrind --tool="massif" build/src/tools/dcpomatic2_kdm $*
elif [ "$1" == "--i18n" ]; then
shift
- LANGUAGE=fr_FR.UTF8 LANG=fr_FR.UTF8 LC_ALL=fr_FR.UTF8 build/src/tools/dcpomatic2_kdm "$*"
+ LANGUAGE=ru_RU.UTF8 LANG=ru_RU.UTF8 LC_ALL=ru_RU.UTF8 build/src/tools/dcpomatic2_kdm $*
elif [ "$1" == "--perf" ]; then
shift
perf record build/src/tools/dcpomatic2_kdm $*