From: Laurent Destailleur Date: Fri, 29 Apr 2016 13:12:18 +0000 (+0200) Subject: Management tag already exists X-Git-Tag: AWSTATS_7_6~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d692b6a9586b7121d95cb8cf88871068f2791b8f;p=thirdparty%2FAWStats.git Management tag already exists --- diff --git a/make/makepack-awstats.pl b/make/makepack-awstats.pl index bcb9e08a..191a0886 100755 --- a/make/makepack-awstats.pl +++ b/make/makepack-awstats.pl @@ -240,7 +240,7 @@ if ($nboftargetok) { print 'Run git tag -a -m "AWSTATS_'.$MAJOR.'_'.$MINOR.'" "AWSTATS_'.$MAJOR.'_'.$MINOR.'"'."\n"; $ret=`git tag -a -m "AWSTATS_${MAJOR}_${MINOR}" "AWSTATS_${MAJOR}_${MINOR}" 2>&1`; - if ($ret =~ /already exists/) + if ($ret =~ /(already exists|existe déjà)/) { print "WARNING: Tag ".$MAJOR.'.'.$MINOR." already exists. Overwrite (y/N) ? "; $QUESTIONOVERWRITETAG=;