Archived
1
0

Fix unterminated quoted string

This commit is contained in:
Mercier Pierre-Olivier 2013-09-15 12:43:25 +02:00
parent 85008adfdf
commit 01e0f10c38

View File

@ -208,7 +208,7 @@ sub tag_project
else
{
# Is the long tag existing
qx(git tag | egrep "^$long_tag$");
qx(git tag | egrep "^$long_tag\$");
if ($?) {
log ERROR, "Tag long correspondant introuvable : $long_tag.";
}