SVN: toys/rsget.pl/RSGet/AutoUpdate.pm
    sparky 
    sparky at pld-linux.org
       
    Wed Mar 24 00:54:56 CET 2010
    
    
  
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;
    
    
More information about the pld-cvs-commit
mailing list