summaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-04-05 05:09:53 +0000
committerhubertf <hubertf>1999-04-05 05:09:53 +0000
commit4c59b6b48c950732be7e6ad69abd5ccb3794727c (patch)
tree145d1e6630f050cd0120c43447b54b8a4142814b /mail/nmh
parent5e860ff99ab86a5f4f1fec0f0d7ebfd83f790b24 (diff)
downloadpkgsrc-4c59b6b48c950732be7e6ad69abd5ccb3794727c.tar.gz
exit with known code, just to make sure...
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/pkg/INSTALL4
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