From 8b5ae0a12ff5b1a78b8efe16ad80cb098b600cbf Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 28 Jul 2005 00:45:58 +0000 Subject: [PATCH] Use the param URL, not a hard-coded URL This commit was SVN r6640. --- contrib/nightly/create_tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/nightly/create_tarball.sh b/contrib/nightly/create_tarball.sh index 36ade9aafd..c4c796f382 100755 --- a/contrib/nightly/create_tarball.sh +++ b/contrib/nightly/create_tarball.sh @@ -146,7 +146,7 @@ cd "$scratch_root" scratch_root="`pwd`" # get the snapshot number -svn co -N https://svn.open-mpi.org/svn/ompi > /dev/null 2>&1 +svn co -N "$svnroot" ompi > /dev/null 2>&1 cd ompi svnr="r`svn info . | egrep '^Revision: [0-9]+' | awk '{ print $2 }'`" cd ..