diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-02 22:10:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-14 00:16:36 +0100 |
| commit | a36b0633726b4d7a4c3c651cc13e049577c0da18 (patch) | |
| tree | 49b2789ea1e67891f103169033de9094836acff5 | |
| parent | d8389c8d88d6ef1a95c96bd65d79c992a26b521f (diff) | |
Fix incorrect quoting in helper script.
| -rwxr-xr-x | run/dcpomatic_kdm | 2 |
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 $* |
