enforce C locale, so that numbers are created and parsed correctly in the GUI text editor

This commit is contained in:
Axel Kohlmeyer
2023-08-07 13:39:02 -04:00
parent f345146103
commit d7b5387712

View File

@ -1,6 +1,9 @@
#!/bin/sh
# wrapper for bundled executables
# reset locale to avoid problems with decimal numbers
export LC_ALL=C
BASEDIR=$(dirname "$0")
EXENAME=$(basename "$0")