summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-12-19 12:14:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-12-19 12:14:10 +0000
commita949aa3b1fcdc0f45160b7ff8033a0386507e5fc (patch)
treedf1d07a479ef85464cd0913767b84663a3894ef7
parent38e0fee4969b14a43a08160a086730b146dbc0ca (diff)
downloadATCD-a949aa3b1fcdc0f45160b7ff8033a0386507e5fc.tar.gz
Mon Dec 19 12:12:37 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/fuzz.pl: Simplified check
-rw-r--r--ACE/ChangeLog5
-rwxr-xr-xACE/bin/fuzz.pl3
2 files changed, 5 insertions, 3 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 2e0597abb3c..72f69d1967c 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 19 12:12:37 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/fuzz.pl:
+ Simplified check
+
Mon Dec 19 09:17:33 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ace_for_tao.mpc:
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 44fa50a5d54..d3b4eb86124 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -248,9 +248,6 @@ sub check_for_id_string ()
if (/\$Id:\$/) {
print_error ("$file:$.: Incorrect \$Id:\$ found (remove colon)");
}
- if (/\$Id\$/) {
- print_error ("$file:$.: Seems to lack svn:keywords property");
- }
}
close (FILE);
if ($found == 0) {