projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd9d38
)
compat-wireless: remove the v from the release name
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 23 Aug 2010 23:59:19 +0000
(16:59 -0700)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 23 Aug 2010 23:59:59 +0000
(16:59 -0700)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
scripts/gen-stable-release.sh
patch
|
blob
|
history
diff --git
a/scripts/gen-stable-release.sh
b/scripts/gen-stable-release.sh
index 959c2a51807fda6613514f7c73fe030e1f14ad58..55527569751babea96ddb07773c4da7122e7be1f 100755
(executable)
--- a/
scripts/gen-stable-release.sh
+++ b/
scripts/gen-stable-release.sh
@@
-135,7
+135,7
@@
fi
cd $COMPAT_WIRELESS_DIR
-RELEASE=$(git describe --abbrev=0)
+RELEASE=$(git describe --abbrev=0
| sed -e 's/v//g'
)
if [[ $POSTFIX_RELEASE_TAG != "-" ]]; then
RELEASE="${RELEASE}${POSTFIX_RELEASE_TAG}"
fi