diff --git a/util/fipsas.pl b/util/fipsas.pl index 39ce79dd9..cad7c08ca 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;