another fix :)
authorMatthias Braun <matze@braunis.de>
Fri, 16 Feb 2007 10:00:33 +0000 (10:00 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 16 Feb 2007 10:00:33 +0000 (10:00 +0000)
ir/be/scripts/generate_emitter.pl

index f254072..1326d9a 100755 (executable)
@@ -39,6 +39,7 @@ if ($new_emit_syntax) {
                warn "couldn't do $newscript: $!"    unless defined $return;
                warn "couldn't run $newscript"       unless $return;
        }
+       exit;
 }
 
 my $comment_string_quoted = quotemeta($comment_string);