From: guido Date: Sat, 15 Jun 2002 16:38:38 +0000 (+0000) Subject: Umpf...cvs needs a number after -z X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0e6aab707b4ec463a2c631ee149000d71ae23c0;p=dealii-svn.git Umpf...cvs needs a number after -z git-svn-id: https://svn.dealii.org/trunk@6146 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/build-test/template b/deal.II/common/scripts/build-test/template index b758423486..385dc1c6f0 100644 --- a/deal.II/common/scripts/build-test/template +++ b/deal.II/common/scripts/build-test/template @@ -78,7 +78,7 @@ MAIL='mail' if test -d $target ; then rm -rf $target ; fi mkdir $target 2>&1 cd $target -$CVS -q -z checkout deal.II 2>&1 +$CVS checkout deal.II 2>&1 cd deal.II # Echo system information for later parsing