mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
Clean up compiler PATH fix
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
c6f48a77e0
commit
4995456563
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user