pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pkgformat/pkg mk/pkgformat: update documentation in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8ad43ff6a2b
branches:  trunk
changeset: 421220:b8ad43ff6a2b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jan 13 07:31:53 2020 +0000

description:
mk/pkgformat: update documentation in list-dependencies

diffstat:

 mk/pkgformat/pkg/list-dependencies |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r cca770ae205b -r b8ad43ff6a2b mk/pkgformat/pkg/list-dependencies
--- a/mk/pkgformat/pkg/list-dependencies        Mon Jan 13 07:20:17 2020 +0000
+++ b/mk/pkgformat/pkg/list-dependencies        Mon Jan 13 07:31:53 2020 +0000
@@ -6,7 +6,7 @@
 #      list-dependencies -- build package dependencies list
 #
 # SYNOPSIS
-#      list-dependencies bootstrap build full
+#      list-dependencies bootstrap test tool build full
 #
 # DESCRIPTION
 #      For each (reduced) dependency a line of the following format is
@@ -14,7 +14,8 @@
 #
 #              <depends_type>  <pattern>       <directory>
 #
-#      Valid dependency types are "bootstrap", "build" and "full".
+#      Valid dependency types are "bootstrap", "test", "tool", "build"
+#      and "full".
 #
 # ENVIRONMENT
 #      AWK
@@ -36,9 +37,9 @@
 #
 ######################################################################
 
-: ${ECHO:=echo}
+: "${ECHO:=echo}"
 
-set -e
+set -eu
 
 trap "exit 1" USR1
 



Home | Main Index | Thread Index | Old Index