summaryrefslogtreecommitdiff
path: root/mk/bulk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-11-03 22:59:21 +0000
committerhubertf <hubertf@pkgsrc.org>2002-11-03 22:59:21 +0000
commita536eabe59906d341c81cad2e705df92eb3d40a1 (patch)
tree860646cb9d170e98ecaa1f82c4705f447357746a /mk/bulk
parentcf445b65b65a091fc7b3fd64e99481b9a4452e3c (diff)
downloadpkgsrc-a536eabe59906d341c81cad2e705df92eb3d40a1.tar.gz
Actually pass CVS_FLAGS propperly to the su'd "cvs update"
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 96eca1cd42a..ff80db7ef3a 100644
--- a/mk/bulk/pre-build
+++ b/mk/bulk/pre-build
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: pre-build,v 1.24 2002/08/22 08:21:31 jlam Exp $
+# $NetBSD: pre-build,v 1.25 2002/11/03 22:59:21 hubertf Exp $
#
# Clean up system to be ready for bulk pkg build
#
@@ -114,7 +114,7 @@ if [ "$CVS_USER" != "" ]; then
( cd ${USR_PKGSRC}/security/ssh ; ${BMAKE} bulk-install )
fi
echo Performing CVS update - this will take some time
- su - ${CVS_USER} -c 'stty sane ; setenv CVS_RSH ssh ; cd '${USR_PKGSRC}' ; cvs -q update -Pd ${CVS_FLAGS}'
+ su - ${CVS_USER} -c 'stty sane ; setenv CVS_RSH ssh ; cd '${USR_PKGSRC}' ; cvs -q update -Pd '"${CVS_FLAGS}"
echo CVS update done.
fi