We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f1f63 commit a062afbCopy full SHA for a062afb
suitesparse.sh
@@ -1,5 +1,5 @@
1
2
-if [[ $1 =~ refs/tags/v([0-9]\.[0-9]\.[0-9]).*$ ]];
+if [[ $1 =~ refs/tags/([0-9]\.[0-9]\.[0-9]).*$ ]];
3
then
4
VERSION=${BASH_REMATCH[1]}
5
else
0 commit comments