pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Improved the wording of an expl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b38d106e813
branches:  trunk
changeset: 536663:2b38d106e813
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Dec 19 12:34:08 2007 +0000

description:
Improved the wording of an explanation, to avoid confusion.

diffstat:

 pkgtools/pkglint/files/pkglint.pl |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 1bd1f02e891e -r 2b38d106e813 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed Dec 19 12:32:06 2007 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed Dec 19 12:34:08 2007 +0000
@@ -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 @@
 "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",



Home | Main Index | Thread Index | Old Index