From 187787286d9bc2f41696090917f47d9935651ddf Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 14 Jun 1999 05:26:28 +0000 Subject: * Various bug fixes. --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 58107ef..dd7b1be 100644 --- a/commands.c +++ b/commands.c @@ -380,7 +380,7 @@ fatal_error_signal (sig) return; } remove_intermediates (1); - exit (1); + exit (EXIT_FAILURE); #else /* not __MSDOS__ */ #ifdef _AMIGA remove_intermediates (1); -- cgit v1.2.3