pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/check
Module Name: pkgsrc
Committed By: rillig
Date: Thu Jan 17 00:11:44 UTC 2019
Modified Files:
pkgsrc/mk/check: check-portability.sh
Log Message:
mk/check: document how check-portability.sh is typically invoked
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mk/check/check-portability.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/check/check-portability.sh
diff -u pkgsrc/mk/check/check-portability.sh:1.9 pkgsrc/mk/check/check-portability.sh:1.10
--- pkgsrc/mk/check/check-portability.sh:1.9 Fri Jan 4 10:51:57 2013
+++ pkgsrc/mk/check/check-portability.sh Thu Jan 17 00:11:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: check-portability.sh,v 1.9 2013/01/04 10:51:57 jperkin Exp $
+# $NetBSD: check-portability.sh,v 1.10 2019/01/17 00:11:44 rillig Exp $
#
# This program checks all files in the current directory and any
# subdirectories for portability issues that are likely to result in
@@ -7,7 +7,7 @@
# The most prominent example is the "==" operator of test(1), which is
# only implemented by bash and some versions of the ksh.
#
-# usage: check-portability.sh
+# usage: cd $WRKSRC && [SKIP_FILTER=...] check-portability.sh
#
set -eu
Home |
Main Index |
Thread Index |
Old Index