diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-09-11 07:26:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-09-11 07:26:58 +0000 |
| commit | 375ca45770fb12437781a941e80ea935ee7332d9 (patch) | |
| tree | ce5f820ffa967e50a9256ea11f9d2e1a3d845b65 /usr.sbin/pkg_install/info | |
| parent | f7fb3ee05b781a30d722cd148df4a77d1cf9db81 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/info')
| -rw-r--r-- | usr.sbin/pkg_install/info/perform.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c index 1d7f14f23a58..c409fe744c1d 100644 --- a/usr.sbin/pkg_install/info/perform.c +++ b/usr.sbin/pkg_install/info/perform.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: perform.c,v 1.23 1997/10/13 15:03:53 jkh Exp $"; + "$Id: perform.c,v 1.24 1998/02/16 17:16:38 jkh Exp $"; #endif /* @@ -207,5 +207,6 @@ cleanup(int sig) in_cleanup = 1; leave_playpen(); } - exit(1); + if (sig) + exit(1); } |
