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

sparky sparky at pld-linux.org
Thu Oct 29 04:02:11 CET 2009


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 );


More information about the pld-cvs-commit mailing list