x86_64 assembly pack: make it possible to compile with Perl located on
[openssl.git] / crypto / md5 / asm / md5-x86_64.pl
index bc46f1938728137f97869a19849f1bf67e69da8a..eea6802a8a70b172a2bca8053f3425ce7996e14f 100755 (executable)
@@ -117,7 +117,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate;
 die "can't locate x86_64-xlate.pl";
 
 no warnings qw(uninitialized);
-open STDOUT,"| $^X $xlate $flavour $output";
+open STDOUT,"| \"$^X\" $xlate $flavour $output";
 
 $code .= <<EOF;
 .text