From: Dr. Stephen Henson Date: Thu, 19 May 2011 17:55:15 +0000 (+0000) Subject: oops X-Git-Tag: OpenSSL-fips-2_0-rc1~413 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=05b4fc6c220d539b3485507fcbb7efed4edc2adc oops --- diff --git a/util/fipsas.pl b/util/fipsas.pl index 39ce79dd90..cad7c08ca2 100644 --- a/util/fipsas.pl +++ b/util/fipsas.pl @@ -70,9 +70,9 @@ if ($runasm) { # run assembler system @ARGS; -print STDERR "RUNNING: @ARGS\n"; + my $rv = $?; -exit 0; + # restore target unlink $target; rename "tmptarg.s", $target;