1
1

Use the param URL, not a hard-coded URL

This commit was SVN r6640.
Этот коммит содержится в:
Jeff Squyres 2005-07-28 00:45:58 +00:00
родитель 4077676afc
Коммит 8b5ae0a12f

Просмотреть файл

@ -146,7 +146,7 @@ cd "$scratch_root"
scratch_root="`pwd`" scratch_root="`pwd`"
# get the snapshot number # 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 cd ompi
svnr="r`svn info . | egrep '^Revision: [0-9]+' | awk '{ print $2 }'`" svnr="r`svn info . | egrep '^Revision: [0-9]+' | awk '{ print $2 }'`"
cd .. cd ..