From: Zdeněk Šustr Date: Fri, 14 Oct 2011 09:39:18 +0000 (+0000) Subject: Do not use Makefile for checking. It does not exist. X-Git-Tag: merge_30_head_src~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=85f91810d04ff85732aa2794e127d35e99c0da7e;p=jra1mw.git Do not use Makefile for checking. It does not exist. --- diff --git a/org.glite.lb/etics-tag-with-subsystems.pl b/org.glite.lb/etics-tag-with-subsystems.pl index 3a2e4d4..5ea2cd3 100755 --- a/org.glite.lb/etics-tag-with-subsystems.pl +++ b/org.glite.lb/etics-tag-with-subsystems.pl @@ -235,7 +235,7 @@ usage: $0 [-c ] module.name printf("\nNew tag: $tag\n\n"); - die "This tag already exists; reported by assertion" unless system("cvs log -h $module/Makefile | grep \"$tag\""); + die "This tag already exists; reported by assertion" unless system("cvs log -h $module/project/version.properties | grep \"$tag\""); # ********************************** # Create the execution script