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;
        }
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to