SVN: toys/rsget.pl/RSGet/Main.pm

sparky sparky at pld-linux.org
Sun Nov 1 03:20:15 CET 2009


Author: sparky
Date: Sun Nov  1 03:20:15 2009
New Revision: 10921

Modified:
   toys/rsget.pl/RSGet/Main.pm
Log:
- rerun svn update after successful update


Modified: toys/rsget.pl/RSGet/Main.pm
==============================================================================
--- toys/rsget.pl/RSGet/Main.pm	(original)
+++ toys/rsget.pl/RSGet/Main.pm	Sun Nov  1 03:20:15 2009
@@ -123,7 +123,7 @@
 	if ( setting( "use_svn" ) eq "update" ) {
 		if ( RSGet::AutoUpdate::update() ) {
 			warn "Update successful, restarting\n";
-			exec $0, @$argv, "--use_svn", "yes";
+			exec $0, @$argv;
 		}
 		main::set( "use_svn", "yes", "SVN updated" );
 	}


More information about the pld-cvs-commit mailing list