From f5bd911d9b8490b342d812b4a7c8dda919a44346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 16 Jan 2007 14:59:46 +0000 Subject: [PATCH] make cvs keep quiet git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19934 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/heimdal-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/heimdal-build.sh b/tools/heimdal-build.sh index 4b3fa298b..eac783225 100644 --- a/tools/heimdal-build.sh +++ b/tools/heimdal-build.sh @@ -186,7 +186,7 @@ afs) res=$? ;; cvs) - cvs ${cvsflags} -d "${cvsroot}" co -P -d ${hversion} heimdal + cvs -Qq ${cvsflags} -d "${cvsroot}" co -P -d ${hversion} heimdal res=$? unpack=no autotools=yes