Skip to content

Commit aad1766

Browse files
committed
Re python-diamond#289, fix the version identifier to support valid naming rules
1 parent d557f61 commit aad1766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ -z "${DESC}" ]
66
then
77
# Try to support using the tagged downloads
88
DESC=`pwd | grep -oe 'Diamond-.\+' | sed 's/Diamond-//g'`
9-
LOCAL_REV="github_archive"
9+
LOCAL_REV="-github_archive"
1010
fi
1111

1212
VERSION=`echo ${DESC} | awk '{ print $1 }' | tr "." " "`

0 commit comments

Comments
 (0)