Corrected 'cms' exit status when key or certificate cannot be opened
[openssl.git] / ms / uplink-x86_64.pl
index 03500fe91ad631015a57fc37a7d58d29a9a96fcc..1f244504cdffc43df5e8578a526f71dc3757079e 100755 (executable)
@@ -8,7 +8,7 @@
 
 $output=pop;
 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
-open OUT,"| \"$^X\" ${dir}../crypto/perlasm/x86_64-xlate.pl $output";
+open OUT,"| \"$^X\" \"${dir}../crypto/perlasm/x86_64-xlate.pl\" \"$output\"";
 *STDOUT=*OUT;
 push(@INC,"${dir}.");