Also export LC_ALL to C to work properly (#2926)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 30 Dec 2007 17:02:00 +0000 (17:02 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 30 Dec 2007 17:02:00 +0000 (17:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10059 3c298f89-4303-0410-b956-a3cf2f4a3e73

scripts/getver.sh

index c33505e..82fe62b 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
 export LANG=C
+export LC_ALL=C
 [ -n "$TOPDIR" ] && cd $TOPDIR
 
 try_version() {
This page took 0.023741 seconds and 4 git commands to generate.