pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/check Improved a comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd1db85dbd5e
branches:  trunk
changeset: 521422:fd1db85dbd5e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 11 23:08:00 2006 +0000

description:
Improved a comment.

diffstat:

 mk/check/check-subr.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 9ab1f886ffdb -r fd1db85dbd5e mk/check/check-subr.sh
--- a/mk/check/check-subr.sh    Sat Nov 11 22:49:51 2006 +0000
+++ b/mk/check/check-subr.sh    Sat Nov 11 23:08:00 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-subr.sh,v 1.3 2006/11/09 15:12:46 rillig Exp $
+# $NetBSD: check-subr.sh,v 1.4 2006/11/11 23:08:00 rillig Exp $
 #
 # This file contains shell functions that are used by the various shell
 # programs that check things in pkgsrc. All these programs must be
@@ -19,8 +19,8 @@
 
 # Implementation notes:
 #
-# 1. The SKIP_FILTER variable can be used in the following pattern,
-# usually inside a "for" or "while" loop.
+# 1. The SKIP_FILTER variable should only be used in the following
+# pattern, usually inside a "for" or "while" loop.
 #
 #      skip=no
 #      eval "case \"\$fname\" in $SKIP_FILTER *.orig) skip=yes;; esac"



Home | Main Index | Thread Index | Old Index