diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-22 16:45:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-22 16:45:47 +0000 |
commit | 6dd23db065a26280f96192be6fe7b23e4350446d (patch) | |
tree | fcc8573b416340e5385f3bb47fad5ad3e80ef8a6 /Mk/Scripts | |
parent | Update to 3.0.4 (diff) |
Fix typo
Differential Revision: https://reviews.freebsd.org/D17263
Approved by: bapt (portmgr)
Notes
Notes:
svn path=/head/; revision=480421
Diffstat (limited to 'Mk/Scripts')
-rw-r--r-- | Mk/Scripts/qa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 8f43b7d44f9a..e6ad01b84b0e 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -905,7 +905,7 @@ flavors() pkgnames=$(make -C "${CURDIR}" flavors-package-names|sort) uniques=$(echo "${pkgnames}"|uniq) if [ "$pkgnames" != "${uniques}" ]; then - err "Package names are not uniques with flavors:" + err "Package names are not unique with flavors:" make -C "${CURDIR}" pretty-flavors-package-names >&2 err "maybe use <flavor>_PKGNAMEPREFIX/SUFFIX". rc=1 |