diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-19 12:34:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-19 12:34:08 +0000 |
commit | 1081c0d2658b916652d2c1cdd045cd71fad6f3b3 (patch) | |
tree | e2ea55e77de39daa1beee39b1f784473b6a7d334 /pkgtools/pkglint | |
parent | b7678466da074daaa054e18c9684928ee607f92c (diff) | |
download | pkgsrc-1081c0d2658b916652d2c1cdd045cd71fad6f3b3.tar.gz |
Improved the wording of an explanation, to avoid confusion.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 8 |
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", |