pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk Make the cvs update work for all shells, not j...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6287ebfea2a
branches:  trunk
changeset: 464355:e6287ebfea2a
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun Dec 07 11:43:22 2003 +0000

description:
Make the cvs update work for all shells, not just csh.

diffstat:

 mk/bulk/pre-build |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1d8dc161bd5b -r e6287ebfea2a mk/bulk/pre-build
--- a/mk/bulk/pre-build Sun Dec 07 11:28:58 2003 +0000
+++ b/mk/bulk/pre-build Sun Dec 07 11:43:22 2003 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: pre-build,v 1.32 2003/11/28 22:46:48 hubertf Exp $
+# $NetBSD: pre-build,v 1.33 2003/12/07 11:43:22 agc Exp $
 #
 # Clean up system to be ready for bulk pkg build
 #
@@ -148,7 +148,7 @@
                ( 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} || exit 0"
+       su - ${CVS_USER} -c "stty sane ; cd ${USR_PKGSRC} ; env CVS_RSH=ssh cvs -q update -Pd ${CVS_FLAGS} || exit 0"
         if [ $? != 0 ]
         then
                 echo CVS update not successful, aborting.



Home | Main Index | Thread Index | Old Index