summaryrefslogtreecommitdiffstats
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
commit6588e58b880ab04c9fd186b8509e761ca3627887 (patch)
treefa52a4252f2dcb7be4d1a8d96ae4cb36210217b3 /scripts/getver.sh
parent56d0ebea38cc0c72a25de9b7d9fc1f12f38fb114 (diff)
downloadmaster-31e0f0ae-6588e58b880ab04c9fd186b8509e761ca3627887.tar.gz
master-31e0f0ae-6588e58b880ab04c9fd186b8509e761ca3627887.tar.bz2
master-31e0f0ae-6588e58b880ab04c9fd186b8509e761ca3627887.zip
Also export LC_ALL to C to work properly (#2926)
SVN-Revision: 10059
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() {