From 85f91810d04ff85732aa2794e127d35e99c0da7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Fri, 14 Oct 2011 09:39:18 +0000 Subject: [PATCH] Do not use Makefile for checking. It does not exist. --- org.glite.lb/etics-tag-with-subsystems.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.2.3