move some code around

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5783 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-01 15:16:30 +00:00
parent 2ad9daae7e
commit f8eb05923e

View File

@ -228,6 +228,8 @@ my $tmp_dir;
INIT {
$tmp_dir = $ENV{TMP_DIR};
@config_path = split /:/, $ENV{CONFIG_PATH};
}
#
@ -490,8 +492,6 @@ sub get_configuration( $ ) {
my $export = $_[0];
@config_path = split /:/, $ENV{CONFIG_PATH};
for ( @config_path ) {
$_ .= '/' unless m|//$|;
}