summaryrefslogtreecommitdiff
path: root/mk/bulk
diff options
context:
space:
mode:
authorseb <seb>2004-04-19 23:09:55 +0000
committerseb <seb>2004-04-19 23:09:55 +0000
commit4a4335216cc891d65bc0a3865e1b0f33a605eb1c (patch)
treeadbe116fc6ec394bf7b1d947ed46111590ec629b /mk/bulk
parent5fc57f88e99b92510f8bc6ae08c3072cd8f06447 (diff)
downloadpkgsrc-4a4335216cc891d65bc0a3865e1b0f33a605eb1c.tar.gz
Fix pasto.
Diffstat (limited to 'mk/bulk')
-rw-r--r--mk/bulk/pre-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/pre-build b/mk/bulk/pre-build
index d0d49b390da..d14d8bf9c40 100644
--- a/mk/bulk/pre-build
+++ b/mk/bulk/pre-build
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: pre-build,v 1.38 2004/04/09 18:43:14 jschauma Exp $
+# $NetBSD: pre-build,v 1.39 2004/04/19 23:09:55 seb Exp $
#
# Clean up system to be ready for bulk pkg build
#
@@ -36,7 +36,7 @@ if [ "$BLDLOG" = "" ]; then
exit 1
fi
STARTFILE=`( cd ${PKGLINT_PKG_DIR} ; ${BMAKE} show-var VARNAME=STARTFILE )`;
-if [ "$BLDLOG" = "" ]; then
+if [ "$STARTFILE" = "" ]; then
echo "Had problems determining the name of the .start file"
exit 1
fi