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

Reply via email to