diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-26 19:12:51 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-26 19:12:51 +0000 |
commit | 01ad52f27a4887f9548ae7c2d2a9afe7cf6ee5f4 (patch) | |
tree | 0bec31e5d3414e9ee488a8eea293215b7418bec9 /build/mkversion.sh | |
parent | 8055a5e18399be474ea4ed8f67cca3010b9a6f30 (diff) |
build: better not use a local var, it breaks various shells
Diffstat (limited to 'build/mkversion.sh')
-rwxr-xr-x | build/mkversion.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/mkversion.sh b/build/mkversion.sh index ce6eb8366..1b1819eca 100755 --- 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 |