Clean up compiler PATH fix

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-07-03 14:33:20 -07:00
parent c6f48a77e0
commit 4995456563

View File

@ -5402,7 +5402,11 @@ sub get_configuration( $$$$$ ) {
default 'PATH' , $default_path;
if ( supplied( $ENV{PATH} ) ) {
$ENV{PATH} .= ":$default_path";
} else {
$ENV{PATH} = $default_path;
}
get_params( $export );