From: Florian Fainelli Date: Sun, 30 Dec 2007 17:02:00 +0000 (+0000) Subject: Also export LC_ALL to C to work properly (#2926) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6588e58b880ab04c9fd186b8509e761ca3627887;p=openwrt%2Fstaging%2Fflorian.git Also export LC_ALL to C to work properly (#2926) SVN-Revision: 10059 --- 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() {