Author: sparky
Date: Thu Oct 29 04:02:10 2009
New Revision: 10877

Modified:
   toys/rsget.pl/RSGet/Main.pm
Log:
- check settings after updating from svn


Modified: toys/rsget.pl/RSGet/Main.pm
==============================================================================
--- toys/rsget.pl/RSGet/Main.pm (original)
+++ toys/rsget.pl/RSGet/Main.pm Thu Oct 29 04:02:10 2009
@@ -57,10 +57,11 @@
        set_rev $main_rev;
 
        print_help() if $help;
-       check_settings( \%main::settings );
 
        $SIG{CHLD} = "IGNORE";
        maybe_update( $argv );
+
+       check_settings( \%main::settings );
        read_userconfig();
        RSGet::Line::init();
        print_settings() if verbose( 1 );
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to