diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-11 23:08:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-11 23:08:00 +0000 |
commit | 1a7d02851ef195423bdea524a804e829da304995 (patch) | |
tree | f22b8c5b520085a8bad794d551c267aadbf4284f /mk/check | |
parent | 60a52b804dce65cf1e31dbfd634a6c25030f9566 (diff) | |
download | pkgsrc-1a7d02851ef195423bdea524a804e829da304995.tar.gz |
Improved a comment.
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/check-subr.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/check/check-subr.sh b/mk/check/check-subr.sh index bed0e6fadbb..9c32d414f32 100644 --- a/mk/check/check-subr.sh +++ b/mk/check/check-subr.sh @@ -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" |