diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-12-30 17:02:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-12-30 17:02:00 +0000 |
commit | 6588e58b880ab04c9fd186b8509e761ca3627887 (patch) | |
tree | fa52a4252f2dcb7be4d1a8d96ae4cb36210217b3 /scripts/getver.sh | |
parent | 56d0ebea38cc0c72a25de9b7d9fc1f12f38fb114 (diff) | |
download | upstream-6588e58b880ab04c9fd186b8509e761ca3627887.tar.gz upstream-6588e58b880ab04c9fd186b8509e761ca3627887.tar.bz2 upstream-6588e58b880ab04c9fd186b8509e761ca3627887.zip |
Also export LC_ALL to C to work properly (#2926)
SVN-Revision: 10059
Diffstat (limited to 'scripts/getver.sh')
-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 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() { |