mirror of
https://github.com/openssl/openssl.git
synced 2025-01-12 21:13:34 +08:00
When checking if there's a VMS directory spec, don't forget the possible device
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
9c626317a6
commit
c10d1bc81c
@ -713,7 +713,7 @@ sub __fixup_cmd {
|
||||
if (defined($exe_shell)) {
|
||||
$prefix = "$exe_shell ";
|
||||
} elsif ($^O eq "VMS" ) { # VMS
|
||||
$prefix = ($prog =~ /^[<\[]/ ? "mcr " : "mcr []");
|
||||
$prefix = ($prog =~ /^(?:[\$a-z0-9_]+:)?[<\[]/i ? "mcr " : "mcr []");
|
||||
$ext = ".exe";
|
||||
} elsif ($^O eq "MSWin32") { # Windows
|
||||
$prefix = "";
|
||||
|
Loading…
Reference in New Issue
Block a user