From 12bd806a7e12b164071147c5fa85877ad6c6c195 Mon Sep 17 00:00:00 2001 From: Mateus Gabi Date: Sat, 14 Apr 2018 16:57:34 +0000 Subject: [PATCH] #7 removes lines 87 and 88 --- src/semver.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/semver.sh b/src/semver.sh index eab2c52..407f050 100644 --- a/src/semver.sh +++ b/src/semver.sh @@ -84,8 +84,6 @@ if [[ "$GIT_TAG" = "" ]]; then else tag=${GIT_TAG//v} print "STAG $tag" - IFS='.' - mails2=$IN i=1 for x in $tag do