From ddb2d94d7d8904ee79ca3bb9caa4ffd99e80edd9 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 26 May 2004 18:50:15 +0000 Subject: [PATCH] - export CVS_RSH --- build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.0