summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2006-07-11 13:28:32 +0000
committerwiz <wiz>2006-07-11 13:28:32 +0000
commitff900448f216e3b5da79b3de418c20c4d4a6eb77 (patch)
tree54b6f1e5b6cad1683b6fa276a727cc9a60b50cdc
parent751b4debd67314180f02158481437b71dbafc440 (diff)
downloadpkgsrc-ff900448f216e3b5da79b3de418c20c4d4a6eb77.tar.gz
Fix grammar in messages. From David A. Holland in PR 33975.
-rw-r--r--mk/pkginstall/shell6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/pkginstall/shell b/mk/pkginstall/shell
index 73da476d3df..6f46ba6b814 100644
--- a/mk/pkginstall/shell
+++ b/mk/pkginstall/shell
@@ -1,4 +1,4 @@
-# $NetBSD: shell,v 1.1 2006/05/21 23:50:15 jlam Exp $
+# $NetBSD: shell,v 1.2 2006/07/11 13:28:32 wiz Exp $
#
# Generate a +SHELL script that handles shell registration for the package.
#
@@ -85,7 +85,7 @@ ADD)
yes) ;;
*) printed_header=yes
${ECHO} "==========================================================================="
- ${ECHO} "Adding shells from ${PKGNAME} to $shelldb:"
+ ${ECHO} "Adding ${PKGNAME} shells to $shelldb:"
${ECHO} ""
;;
esac
@@ -126,7 +126,7 @@ REMOVE)
yes) ;;
*) printed_header=yes
${ECHO} "==========================================================================="
- ${ECHO} "Removing shells from ${PKGNAME} to $shelldb:"
+ ${ECHO} "Removing ${PKGNAME} shells from $shelldb:"
${ECHO} ""
;;
esac