]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wl12xx/compat-wireless.git/commitdiff
compat-wireless: remove the v from the release name
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 23 Aug 2010 23:59:19 +0000 (16:59 -0700)
committerLuis 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

index 959c2a51807fda6613514f7c73fe030e1f14ad58..55527569751babea96ddb07773c4da7122e7be1f 100755 (executable)
@@ -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