diff options
Diffstat (limited to 'scripts/getver.sh')
-rwxr-xr-x | scripts/getver.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/getver.sh b/scripts/getver.sh index c33505edc7..82fe62b189 100755 --- a/scripts/getver.sh +++ b/scripts/getver.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash export LANG=C +export LC_ALL=C [ -n "$TOPDIR" ] && cd $TOPDIR try_version() { |