git://git.onelab.eu
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d95eed
)
- export CVS_RSH
author
Mark Huang
<mlhuang@cs.princeton.edu>
Wed, 26 May 2004 18:50:15 +0000
(18:50 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Wed, 26 May 2004 18:50:15 +0000
(18:50 +0000)
build.sh
patch
|
blob
|
history
diff --git
a/build.sh
b/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:1
0 mlh-pl_rpm Exp $
+# $Id: build.sh,v 1.
3 2004/05/26 18:44:5
0 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