PR/41628: Jukka Salmi: OpenSSL's c_rehash can't find openssl binary

This commit is contained in:
christos 2009-06-23 14:08:02 +00:00
parent de2e7a9c8e
commit f48c7833ea
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ if(! -x $openssl) {
foreach (split /$path_delim/, $ENV{PATH}) {
if(-x "$_/$openssl") {
$found = 1;
$openssl = "$_/$openssl";
last;
}
}

View File

@ -31,6 +31,7 @@ if(! -x $openssl) {
foreach (split /$path_delim/, $ENV{PATH}) {
if(-x "$_/$openssl") {
$found = 1;
$openssl = "$_/$openssl";
last;
}
}