diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-04-05 05:09:53 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-04-05 05:09:53 +0000 |
commit | 998e4fbdc9dfd6bc6823a332cfbe09548004e61b (patch) | |
tree | 145d1e6630f050cd0120c43447b54b8a4142814b /mail | |
parent | 78512157169c6cbd366825d255d142d284e1a3e5 (diff) | |
download | pkgsrc-998e4fbdc9dfd6bc6823a332cfbe09548004e61b.tar.gz |
exit with known code, just to make sure...
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nmh/pkg/INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/nmh/pkg/INSTALL b/mail/nmh/pkg/INSTALL index b35241e6a14..20b82583e77 100644 --- a/mail/nmh/pkg/INSTALL +++ b/mail/nmh/pkg/INSTALL @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: INSTALL,v 1.2 1998/08/07 11:09:45 agc Exp $ +# $NetBSD: INSTALL,v 1.3 1999/04/05 05:09:53 hubertf Exp $ # case "$2" in @@ -16,3 +16,5 @@ Some files you might need to customize include the following: EOF ;; esac + +exit 0 |