]> git.pld-linux.org Git - packages/dokuwiki-plugin-eventum.git/blobdiff - dokuwiki-plugin-eventum.spec
- there should be tab, not space
[packages/dokuwiki-plugin-eventum.git] / dokuwiki-plugin-eventum.spec
index c1cc0d3042df3da2fc3c63e37876b8580beb8f4d..7a2ca2d8d62afb94c8d1014f85d0f5ab4ade2408 100644 (file)
@@ -33,7 +33,7 @@ cd -
 tag=%{name}-%(echo %{version} | tr . _)-%(echo %{release} | tr . _)
 
 cd %{_specdir}
-if [ $(cvs status -v %{name}.spec | grep -c "$tag ") != 0 ]; then
+if [ $(cvs status -v %{name}.spec | egrep -c "$tag[[:space:]]") != 0 ]; then
        : "Tag $tag already exists"
        exit 1
 fi
This page took 0.106519 seconds and 4 git commands to generate.