aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/getver.sh
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-12-30 17:02:00 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-12-30 17:02:00 +0000
commita57f45360920c8667e5e8a6dfb2d4d2c1f72d7c5 (patch)
treea042e4e91efabae12f74df730a1aecfcc5e1a030 /scripts/getver.sh
parente194e315bebdf9ac3af0aef930aa7dd38cdab6cf (diff)
downloadmaster-187ad058-a57f45360920c8667e5e8a6dfb2d4d2c1f72d7c5.tar.gz
master-187ad058-a57f45360920c8667e5e8a6dfb2d4d2c1f72d7c5.tar.bz2
master-187ad058-a57f45360920c8667e5e8a6dfb2d4d2c1f72d7c5.zip
Also export LC_ALL to C to work properly (#2926)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10059 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/getver.sh')
-rwxr-xr-xscripts/getver.sh1
1 files changed, 1 insertions, 0 deletions
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() {