diff options
Diffstat (limited to 'usr.sbin/pkg_install/info/perform.c')
| -rw-r--r-- | usr.sbin/pkg_install/info/perform.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c index 25d0328a7069..5625f621fbdb 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.21 1997/02/22 16:09:42 peter Exp $"; + "$Id: perform.c,v 1.22 1997/10/08 07:47:29 charnier Exp $"; #endif /* @@ -202,4 +202,5 @@ void cleanup(int sig) { leave_playpen(Home); + exit(1); } |
