projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56d0ebe
)
Also export LC_ALL to C to work properly (#2926)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 30 Dec 2007 17:02:00 +0000
(17:02 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 30 Dec 2007 17:02:00 +0000
(17:02 +0000)
SVN-Revision: 10059
scripts/getver.sh
patch
|
blob
|
history
diff --git
a/scripts/getver.sh
b/scripts/getver.sh
index c33505edc7174dfd0e6c4578f18dd3ff68caa714..82fe62b189230f32c4cefd2e31b99636f3f9e70b 100755
(executable)
--- 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() {