nicer "Package(s) would be named" text that covers both singular+plural
without sounding awkward, from espie@
This commit is contained in:
parent
f9a4c7d3e5
commit
99ebea5310
@ -1,6 +1,6 @@
|
|||||||
#!/bin/ksh
|
#!/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
|
# Copyright (c) 2013 Robert Peichaer
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software for any
|
# Permission to use, copy, modify, and distribute this software for any
|
||||||
@ -59,7 +59,7 @@ portsdir=${portsdir:-${PWD%"/$pkgpath"}}
|
|||||||
timestamp=$(date '+%Y%m%d')
|
timestamp=$(date '+%Y%m%d')
|
||||||
cvsroot=$user@cvs.openbsd.org:/cvs
|
cvsroot=$user@cvs.openbsd.org:/cvs
|
||||||
|
|
||||||
echo -n "Package name is: "
|
echo -n "Package(s) would be named: "
|
||||||
make show=PKGNAMES
|
make show=PKGNAMES
|
||||||
|
|
||||||
echo -n "Import would go into: "
|
echo -n "Import would go into: "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user