diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-15 19:40:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-15 19:40:28 +0100 |
| commit | d83c15bf4a53a5df6b6cdb099122c4221c477fc7 (patch) | |
| tree | d924f2f01bd6a94bb379e5ed3b221abd2283d8a0 | |
| parent | 7274622a833c05eee36b7e59d8ec2ca3e136d140 (diff) | |
Remove incorrect quotes from parameter.
| -rwxr-xr-x | run/dcpomatic_disk | 2 |
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 $* |
