summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2006-07-09 07:29:26 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2006-07-09 07:29:26 (GMT)
commit3cb2b3a7a80e6a36cbd9e0a7125a5a56cb50018f (patch)
tree34397c99fb2e6022904e4d3015417a8ff8029ae1 /bin
parent2a705867b540f64edbe9254b56164689531fa3af (diff)
downloadhdf5-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-xbin/snapshot2
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