[xml/sgml-commit] r720 - packages/xml-core/trunk/tools

Daniel Leidert dleidert-guest at alioth.debian.org
Sat Apr 14 19:43:46 UTC 2007


Author: dleidert-guest
Date: 2007-04-14 19:43:46 +0000 (Sat, 14 Apr 2007)
New Revision: 720

Modified:
   packages/xml-core/trunk/tools/update-xmlcatalog
Log:
Fixed another stupid bug I made.


Modified: packages/xml-core/trunk/tools/update-xmlcatalog
===================================================================
--- packages/xml-core/trunk/tools/update-xmlcatalog	2007-04-14 19:40:30 UTC (rev 719)
+++ packages/xml-core/trunk/tools/update-xmlcatalog	2007-04-14 19:43:46 UTC (rev 720)
@@ -308,7 +308,7 @@
 }
 
 ## ----------------------------------------------------------------------
-if ( defined( $type )
+if ( defined( $type ) )
 {
     if ( $type !~ /^(public|system|uri)$/ )
     {




More information about the debian-xml-sgml-commit mailing list