From: Carl Hetherington Date: Wed, 2 Mar 2022 21:10:41 +0000 (+0100) Subject: Fix incorrect quoting in helper script. X-Git-Tag: v2.16.6 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=1cbccd1559bd1ab8abcb4ebd0438dbc609d8232f Fix incorrect quoting in helper script. --- 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 $*