From 99ebea531096d2c270b903de220d6920a264a93b Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 19 Feb 2020 17:53:18 +0000 Subject: [PATCH] nicer "Package(s) would be named" text that covers both singular+plural without sounding awkward, from espie@ --- infrastructure/bin/portimport | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/bin/portimport b/infrastructure/bin/portimport index 0a0c1510619..2f53ec8e8e8 100755 --- a/infrastructure/bin/portimport +++ b/infrastructure/bin/portimport @@ -1,6 +1,6 @@ #!/bin/ksh # -# $OpenBSD: portimport,v 1.9 2020/02/18 21:55:49 sthen Exp $ +# $OpenBSD: portimport,v 1.10 2020/02/19 17:53:18 sthen Exp $ # Copyright (c) 2013 Robert Peichaer # # Permission to use, copy, modify, and distribute this software for any @@ -59,7 +59,7 @@ portsdir=${portsdir:-${PWD%"/$pkgpath"}} timestamp=$(date '+%Y%m%d') cvsroot=$user@cvs.openbsd.org:/cvs -echo -n "Package name is: " +echo -n "Package(s) would be named: " make show=PKGNAMES echo -n "Import would go into: "