From f70166d5938e239dffca56d3a48789e2071447cf Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 4 Jul 1999 20:29:32 +0000 Subject: [PATCH] perl_run() should call my_exit(0) for normal completion p4raw-id: //depot/perl@3572 --- perl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl.c b/perl.c index 4c1eecc..22593fb 100644 --- a/perl.c +++ b/perl.c @@ -1088,6 +1088,8 @@ S_run_body(pTHX_ va_list args) CALLRUNOPS(aTHX); } + my_exit(0); + /* NOTREACHED */ return NULL; } -- 2.7.4