projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8055a5e
)
build: better not use a local var, it breaks various shells
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 26 Jan 2011 19:12:51 +0000
(19:12 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 26 Jan 2011 19:12:51 +0000
(19:12 +0000)
build/mkversion.sh
patch
|
blob
|
history
diff --git
a/build/mkversion.sh
b/build/mkversion.sh
index ce6eb836678d7c11f265811d03e4657f71e59871..1b1819eca1e98b83a9ad82753f4d45987ca45688 100755
(executable)
--- a/
build/mkversion.sh
+++ b/
build/mkversion.sh
@@
-1,7
+1,5
@@
#!/bin/sh
-local variant
-
if [ "${4%%/*}" = "branches" ]; then
variant="LuCI ${4##*[-/]} Branch"
elif [ "${4%%/*}" = "tags" ]; then