Author: sparky
Date: Wed Mar 24 00:54:56 2010
New Revision: 11286
Modified:
toys/rsget.pl/RSGet/AutoUpdate.pm
Log:
- test
Modified: toys/rsget.pl/RSGet/AutoUpdate.pm
==============================================================================
--- toys/rsget.pl/RSGet/AutoUpdate.pm (original)
+++ toys/rsget.pl/RSGet/AutoUpdate.pm Wed Mar 24 00:54:56 2010
@@ -43,7 +43,7 @@
my $svn_uri = setting("svn_uri");
my $updated = 0;
my $last = "";
- open SVN, "-|", "svn", "co", "$svn_uri", ".";
+ open SVN, "-|", "svn", "co", $svn_uri, ".";
while ( <SVN> ) {
print " " . $_;
chomp;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit