Author: sparky
Date: Mon Dec 6 00:45:14 2010
New Revision: 11953
Modified:
toys/rsget.pl/addgetter
Log:
- add Premium to supported dirs
Modified: toys/rsget.pl/addgetter
==============================================================================
--- toys/rsget.pl/addgetter (original)
+++ toys/rsget.pl/addgetter Mon Dec 6 00:45:14 2010
@@ -2,7 +2,7 @@
my $fname = shift @ARGV;
die "$fname exists" if -r $fname;
-$fname =~ m{^(Get|Video|Audio|Image|Link|Direct)/([A-Z0-9][a-zA-Z0-9_]*)$} or
die "invalid";
+$fname =~
m{^(Premium|Get|Video|Audio|Image|Link|Direct)/([A-Z0-9][a-zA-Z0-9_]*)$} or die
"invalid";
my ( $dir, $name ) = ($1, $2);
open F_IN, '<', "$dir/.template" or die "no template";
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit