about summary refs log tree commit diff
path: root/blacklisting
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-03-10T11·33+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-03-10T11·33+0000
commit08df4436182a12a25aa45fcab2a13dbe71f7f10a (patch)
tree4d20398a7aab3161ac2329c996c823d7d25b08c4 /blacklisting
parent97c93526da4dfba1b92a11fb8522c07456d9e1ec (diff)
* Check for duplicate attributes and formal parameters in Nix
  expressions.

Diffstat (limited to 'blacklisting')
-rwxr-xr-xblacklisting/check-env.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/blacklisting/check-env.pl b/blacklisting/check-env.pl
index 0d76156ee7..6eb792a52a 100755
--- a/blacklisting/check-env.pl
+++ b/blacklisting/check-env.pl
@@ -232,7 +232,7 @@ foreach my $userEnvElem (@userEnvElems) {
     # Evaluate each blacklist item.
     foreach my $item ($blacklist->getChildrenByTagName("item")) {
         my $itemId = $item->getAttributeNode("id")->getValue;
-        print "  CHECKING FOR $itemId\n";
+#        print "  CHECKING FOR $itemId\n";
 
         my $condition = ($item->getChildrenByTagName("condition"))[0];
         die unless $condition;