Straighten out -e and appropriate priv -- take 4

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6371 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-16 04:01:08 +00:00
parent 17b3f98cb6
commit fc192962c4

View File

@ -816,6 +816,8 @@ sub ensure_config_path() {
open_file $f;
$ENV{CONFDIR} = $globals{CONFDIR};
while ( read_a_line ) {
if ( $line =~ /^\s*([a-zA-Z]\w*)=(.*?)\s*$/ ) {
my ($var, $val) = ($1, $2);