SVN: toys/rsget.pl/t/prepare

sparky sparky at pld-linux.org
Sat Feb 27 17:14:31 CET 2010


Author: sparky
Date: Sat Feb 27 17:14:31 2010
New Revision: 11198

Modified:
   toys/rsget.pl/t/prepare
Log:
- don't mess with # invalid uri:


Modified: toys/rsget.pl/t/prepare
==============================================================================
--- toys/rsget.pl/t/prepare	(original)
+++ toys/rsget.pl/t/prepare	Sat Feb 27 17:14:31 2010
@@ -7,6 +7,8 @@
 	if ( /#\s*src:\s*(.+)/ ) {
 		print;
 		print $1 . "\n";
+	} elsif ( /^# invalid uri:/ ) {
+		# nothing here
 	} elsif ( /^(#.*|)$/ ) {
 		print;
 	}


More information about the pld-cvs-commit mailing list