summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-06-27 12:58:03 +0000
committerAndy Polyakov <appro@openssl.org>2012-06-27 12:58:03 +0000
commite1e882a3680cb3db3ca20a32b486fcd91dd69f71 (patch)
tree1a3bcc94302fdc1b01e0e8a7d94492e233210e07 /ms
parent36b071979369e4dd2d4c9d36df2336815353106c (diff)
x86_64 assembly pack: make it possible to compile with Perl located
on path with spaces [from HEAD]. PR: 2835
Diffstat (limited to 'ms')
-rwxr-xr-xms/uplink-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/uplink-x86_64.pl b/ms/uplink-x86_64.pl
index 9acbf6be6f..2758c86d1e 100755
--- a/ms/uplink-x86_64.pl
+++ b/ms/uplink-x86_64.pl
@@ -2,7 +2,7 @@
$output=shift;
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
-open STDOUT,"| $^X ${dir}../crypto/perlasm/x86_64-xlate.pl $output";
+open STDOUT,"| \"$^X\" ${dir}../crypto/perlasm/x86_64-xlate.pl $output";
push(@INC,"${dir}.");
require "uplink-common.pl";