From fa5c158aaae7ebb86d7b284d909b3717010b8293 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 30 Dec 2007 17:02:00 +0000 Subject: [PATCH] Also export LC_ALL to C to work properly (#2926) SVN-Revision: 10059 --- scripts/getver.sh | 1 + 1 file changed, 1 insertion(+) 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() { -- 2.30.2