diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2006-07-09 07:29:26 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2006-07-09 07:29:26 (GMT) |
commit | 3cb2b3a7a80e6a36cbd9e0a7125a5a56cb50018f (patch) | |
tree | 34397c99fb2e6022904e4d3015417a8ff8029ae1 /bin | |
parent | 2a705867b540f64edbe9254b56164689531fa3af (diff) | |
download | hdf5-3cb2b3a7a80e6a36cbd9e0a7125a5a56cb50018f.zip hdf5-3cb2b3a7a80e6a36cbd9e0a7125a5a56cb50018f.tar.gz hdf5-3cb2b3a7a80e6a36cbd9e0a7125a5a56cb50018f.tar.bz2 |
[svn-r12460] Had a typo in the svn command. Changed it from -Q to -q.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index 88380e6..0bc2a49 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -321,7 +321,7 @@ if [ "$cmd" = "all" -o -n "$cmdcheckout" ]; then SVNROOT=http://sleipnir.hdfgroup.uiuc.edu/svn/repos # Check out the current version from CVS # (cd $BASEDIR; cvs -Q co -P -d current ${CVSVERSION} hdf5 ) || exit 1 - (cd $BASEDIR; svn -Q co ${SVNROOT}/${SVNVERSION} current ) || exit 1 + (cd $BASEDIR; svn -q co ${SVNROOT}/${SVNVERSION} current ) || exit 1 fi # Do CVS checkout |