bn/asm/rsaz-*.pl: allow spaces in Perl path name.
authorAndy Polyakov <appro@openssl.org>
Wed, 20 Aug 2014 22:17:45 +0000 (00:17 +0200)
committerAndy Polyakov <appro@openssl.org>
Wed, 20 Aug 2014 22:17:45 +0000 (00:17 +0200)
RT: 2835

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
crypto/bn/asm/rsaz-avx2.pl
crypto/bn/asm/rsaz-x86_64.pl

index 59e394dda617ee56265230f7abe5faf6eec775bc..e608cb49da4e46e49dabe9c7b62f18f1b1238b06 100755 (executable)
@@ -99,7 +99,7 @@ if (!$avx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9])\.([0-
        $addx = ($ver>=3.03);
 }
 
-open OUT,"| $^X $xlate $flavour $output";
+open OUT,"| \"$^X\" $xlate $flavour $output";
 *STDOUT = *OUT;
 
 if ($avx>1) {{{
index 3a4f0c59a5c29f8964d8d8ffdac649898ad409f1..3bd45dbac01d5bb71d5c33b91d4c5157c51df4c2 100755 (executable)
@@ -95,7 +95,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
 die "can't locate x86_64-xlate.pl";
 
-open OUT,"| $^X $xlate $flavour $output";
+open OUT,"| \"$^X\" $xlate $flavour $output";
 *STDOUT=*OUT;
 
 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`