aboutsummaryrefslogtreecommitdiffstats
path: root/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/msg.c b/msg.c
index c579b628..22cf5562 100644
--- a/msg.c
+++ b/msg.c
@@ -158,5 +158,9 @@ gawk_exit(int status)
exit_val = status;
longjmp(fatal_tag, 1);
}
+
+ /* run any extension exit handlers */
+ run_ext_exit_handlers(status);
+
exit(status);
}