mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-15 17:29:24 +01:00
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:
parent
2ad9daae7e
commit
f8eb05923e
@ -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|//$|;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user