Also export LC_ALL to C to work properly (#2926)
[openwrt.git] / 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.020304 seconds and 4 git commands to generate.