We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d557f61 commit aad1766Copy full SHA for aad1766
version.sh
@@ -6,7 +6,7 @@ if [ -z "${DESC}" ]
6
then
7
# Try to support using the tagged downloads
8
DESC=`pwd | grep -oe 'Diamond-.\+' | sed 's/Diamond-//g'`
9
- LOCAL_REV="github_archive"
+ LOCAL_REV="-github_archive"
10
fi
11
12
VERSION=`echo ${DESC} | awk '{ print $1 }' | tr "." " "`
0 commit comments