PR/41628: Jukka Salmi: OpenSSL's c_rehash can't find openssl binary
This commit is contained in:
parent
de2e7a9c8e
commit
f48c7833ea
|
@ -31,6 +31,7 @@ if(! -x $openssl) {
|
|||
foreach (split /$path_delim/, $ENV{PATH}) {
|
||||
if(-x "$_/$openssl") {
|
||||
$found = 1;
|
||||
$openssl = "$_/$openssl";
|
||||
last;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,6 +31,7 @@ if(! -x $openssl) {
|
|||
foreach (split /$path_delim/, $ENV{PATH}) {
|
||||
if(-x "$_/$openssl") {
|
||||
$found = 1;
|
||||
$openssl = "$_/$openssl";
|
||||
last;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue