From: Mark Huang <mlhuang@cs.princeton.edu> Date: Wed, 26 May 2004 18:50:15 +0000 (+0000) Subject: - export CVS_RSH X-Git-Tag: network-telescope-test-branch-point~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ddb2d94d7d8904ee79ca3bb9caa4ffd99e80edd9;p=build.git - export CVS_RSH --- diff --git a/build.sh b/build.sh index b047acd3..e9557507 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ # crontabs to build nightly releases (default). Can also be invoked # manually to build a tagged release (-r) in the current directory. # -# $Id: build.sh,v 1.2 2004/05/21 18:34:10 mlh-pl_rpm Exp $ +# $Id: build.sh,v 1.3 2004/05/26 18:44:50 mlh-pl_rpm Exp $ # # Set defaults @@ -13,6 +13,9 @@ CVS_RSH=ssh MODULE=rpm TAG=HEAD +# Export certain variables +export CVS_RSH + # Get options while getopts "d:r:" opt ; do case $opt in