- export CVS_RSH
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 26 May 2004 18:50:15 +0000 (18:50 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 26 May 2004 18:50:15 +0000 (18:50 +0000)
build.sh

index b047acd..e955750 100755 (executable)
--- 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