aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-07-28 11:55:39 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-07-28 11:55:39 +0000
commit77b7b41b81827d9fd61c84b180b30002b0392809 (patch)
tree2dbc4d2d06c46026f916be3f376c0adcfed9b204 /usr.sbin/pkg_install
parent9b81ca853e25afc6f99afa7e213935cfe181f34a (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/create/perform.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index f04562e4c110..c86a1285ffd8 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -1,6 +1,6 @@
#ifndef lint
static const char rcsid[] =
- "$Id: perform.c,v 1.40 1997/11/14 01:56:04 jkh Exp $";
+ "$Id: perform.c,v 1.41 1998/02/16 17:16:28 jkh Exp $";
#endif
/*
@@ -296,5 +296,6 @@ cleanup(int sig)
in_cleanup = 1;
leave_playpen();
}
- exit(1);
+ if (sig)
+ exit(1);
}