diff options
Diffstat (limited to 'mk/bulk/printindex')
-rw-r--r-- | mk/bulk/printindex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/printindex b/mk/bulk/printindex index b3f5654af0e..3cc140ffc63 100644 --- a/mk/bulk/printindex +++ b/mk/bulk/printindex @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: printindex,v 1.1 2001/01/28 20:56:34 dmcmahill Exp $ +# $NetBSD: printindex,v 1.2 2001/02/17 16:45:10 wiz Exp $ # # # Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -51,7 +51,7 @@ cwd=$PWD # List of all pkgs, from pkgsrc/*/Makefile -list=`grep '^[^#].*'SUBDIR */Makefile | sed 's,/Makefile.*= *,/,'` +list=`grep '^[[:space:]]*'SUBDIR */Makefile | sed 's,/Makefile.*=[[:space:]]*,/,'` for pkgdir in $list |