summaryrefslogtreecommitdiff
path: root/mk/bulk/printindex
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-12-01 12:32:08 +0000
committerhubertf <hubertf>2001-12-01 12:32:08 +0000
commita3a980babd3a02debef3f0f83ad71540428e6a26 (patch)
treec0bdd372e9e044f045ada4ded2bafa527383c51d /mk/bulk/printindex
parent67fca50686e99229ecbb1c296d3f78654ff8a250 (diff)
downloadpkgsrc-a3a980babd3a02debef3f0f83ad71540428e6a26.tar.gz
there's no need to abort this whole script if one pkg brings up an
error.
Diffstat (limited to 'mk/bulk/printindex')
-rw-r--r--mk/bulk/printindex6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bulk/printindex b/mk/bulk/printindex
index 9e834f85c27..27819b7ef28 100644
--- a/mk/bulk/printindex
+++ b/mk/bulk/printindex
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: printindex,v 1.7 2001/11/25 23:24:26 dmcmahill Exp $
+# $NetBSD: printindex,v 1.8 2001/12/01 12:32:08 hubertf Exp $
#
#
# Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -74,7 +74,7 @@ do
echo "ERROR: printindex could not extract PKGNAME for $pkgdir" > /dev/stderr
echo "make show-var VARNAME=PKGNAME failed" > $brokenfile
make show-var VARNAME=PKGNAME >> $brokenfile 2>&1
- exit 1
+ #exit 1
fi
echo "$pkgdir $pkgname "
fi
@@ -102,7 +102,7 @@ do
echo "ERROR: printindex could not extract PKNAME for $pkgdir" > /dev/stderr
echo "make show-var VARNAME=PKGNAME failed" > $brokenfile
make show-var VARNAME=PKGNAME >> $brokenfile 2>&1
- exit 1
+ #exit 1
fi
echo "$pkgdir $pkgname "
cd $cwd