Also export LC_ALL to C to work properly (#2926)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 30 Dec 2007 17:02:00 +0000 (17:02 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 30 Dec 2007 17:02:00 +0000 (17:02 +0000)
SVN-Revision: 10059

scripts/getver.sh

index c33505edc7174dfd0e6c4578f18dd3ff68caa714..82fe62b189230f32c4cefd2e31b99636f3f9e70b 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
 export LANG=C
+export LC_ALL=C
 [ -n "$TOPDIR" ] && cd $TOPDIR
 
 try_version() {