This commit is contained in:
Jamie Cameron
2021-01-24 13:28:02 -08:00
parent 4ef304662e
commit 6245010262

View File

@@ -4714,6 +4714,8 @@ if ($gconfig{'path'}) {
# Include OS too
$ENV{'PATH'} = $gconfig{'path'}.$path_separator.$ENV{'PATH'};
}
$ENV{'PATH'} = join($path_separator,
&unique(split($path_separator, $ENV{'PATH'})));
}
$ENV{$gconfig{'ld_env'}} = $gconfig{'ld_path'} if ($gconfig{'ld_env'});