From: Alexandre Oliva Date: Wed, 27 Jan 1999 06:18:38 +0000 (+0000) Subject: run cvs update with -q X-Git-Tag: release-1-2f~158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31767b8ed9548d3d930b748bcd144726362a2595;p=thirdparty%2Flibtool.git run cvs update with -q --- diff --git a/commit b/commit index 5d3a1e348..340a30add 100755 --- a/commit +++ b/commit @@ -171,7 +171,7 @@ $repeat && break $update && \ if echo "$name: checking for conflicts..." >&2 - (cvs $cvsopt -n update $updateopt ${1+"$@"} 2>/dev/null\ + (cvs $cvsopt -q -n update $updateopt ${1+"$@"} 2>/dev/null \ | while read line; do echo "$line" echo "$line" >&3