diff options
author | minskim <minskim@pkgsrc.org> | 2005-12-31 02:06:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-12-31 02:06:10 +0000 |
commit | 7eded7fe00bd86a29476bdccb5faed09a752e65b (patch) | |
tree | cd9c5219025098ea1503f44710a020ac63a700cf /mk | |
parent | d0074b2d1abda616685dc1c69fd6bd6f8613dd42 (diff) | |
download | pkgsrc-7eded7fe00bd86a29476bdccb5faed09a752e65b.tar.gz |
Fix a typo (show-depends-dir -> show-depends-dirs).
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bulk/printdepends | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/printdepends b/mk/bulk/printdepends index 1fd164478b9..80cf0dc7f02 100644 --- a/mk/bulk/printdepends +++ b/mk/bulk/printdepends @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: printdepends,v 1.21 2005/11/28 01:22:53 rillig Exp $ +# $NetBSD: printdepends,v 1.22 2005/12/31 02:06:10 minskim Exp $ # # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org> @@ -151,7 +151,7 @@ for pkgdir in $list; do esac ${mkbulkdir} "${bulkfilesdir}/${pkgdir}" - { echo "[printdepends] command failed: ${BMAKE} show-depends-dir" + { echo "[printdepends] command failed: ${BMAKE} show-depends-dirs" ( ${BMAKE} show-depends-dirs ) || true } >> "${bulkfilesdir}/${pkgdir}/${brokenfile}" 2>&1 |