From: Luis R. Rodriguez Date: Mon, 23 Aug 2010 23:59:19 +0000 (-0700) Subject: compat-wireless: remove the v from the release name X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=24c1773752136cae9646eb90018967cf29f3225e;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: remove the v from the release name Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/gen-stable-release.sh b/scripts/gen-stable-release.sh index 959c2a51807f..55527569751b 100755 --- 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