From cba206f35f1f981ed7e407f7275efc24c89f76e3 Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 14 Jun 2002 11:28:36 +0000 Subject: [PATCH] Make cvs quiet git-svn-id: https://svn.dealii.org/trunk@6119 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/build-test/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/common/scripts/build-test/template b/deal.II/common/scripts/build-test/template index 385dc1c6f0..2e99913170 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 checkout deal.II 2>&1 +$CVS -q checkout deal.II 2>&1 cd deal.II # Echo system information for later parsing -- 2.39.5