diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-30 17:02:00 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-30 17:02:00 +0000 |
commit | 25040fe2c0cc788e36c2f4a4d82e84ddea8a71a1 (patch) | |
tree | a042e4e91efabae12f74df730a1aecfcc5e1a030 | |
parent | 580fa02910eca5251feb25a02b2395e190252a12 (diff) |
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
-rwxr-xr-x | scripts/getver.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/getver.sh b/scripts/getver.sh index c33505edc..82fe62b18 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() { |