mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-03 08:25:52 +02: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;
|
default 'PATH' , $default_path;
|
||||||
|
|
||||||
$ENV{PATH} .= ":$default_path";
|
if ( supplied( $ENV{PATH} ) ) {
|
||||||
|
$ENV{PATH} .= ":$default_path";
|
||||||
|
} else {
|
||||||
|
$ENV{PATH} = $default_path;
|
||||||
|
}
|
||||||
|
|
||||||
get_params( $export );
|
get_params( $export );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user