summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2007-12-19 12:34:08 +0000
committerrillig <rillig>2007-12-19 12:34:08 +0000
commit9c7c982aaf5ad4ba36d6c1072f7d0c1f510aa1a5 (patch)
treee2ea55e77de39daa1beee39b1f784473b6a7d334 /pkgtools
parent3012d85fbeb09cdc4bfeeea0f1c6d11d32213782 (diff)
downloadpkgsrc-9c7c982aaf5ad4ba36d6c1072f7d0c1f510aa1a5.tar.gz
Improved the wording of an explanation, to avoid confusion.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index 09453b3f47d..2e46ba052e8 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.739 2007/12/19 12:04:34 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.740 2007/12/19 12:34:08 rillig Exp $
#
# pkglint - static analyzer and checker for pkgsrc packages
@@ -4062,9 +4062,9 @@ sub checkline_mk_varuse($$$$) {
"Many variables in pkgsrc do not need the :Q operator, since they",
"are not expected to contain white-space or other evil characters.",
"",
-"When a variable of type ShellWord appears in a context that expects",
-"a shell word, it does not need to have a :Q operator. Even when it",
-"is concatenated with another variable, it still stays _one_ word.",
+"Another case is when a variable of type ShellWord appears in a context",
+"that expects a shell word, it does not need to have a :Q operator. Even",
+"when it is concatenated with another variable, it still stays _one_ word.",
"",
"Example:",
"\tWORD1= Have\\ fun # 1 word",