Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A335B4DA6 for ; Mon, 4 Jul 2011 01:05:51 +0000 (UTC) Received: (qmail 79468 invoked by uid 500); 4 Jul 2011 01:05:51 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 79400 invoked by uid 500); 4 Jul 2011 01:05:51 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 79393 invoked by uid 99); 4 Jul 2011 01:05:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2011 01:05:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2011 01:05:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7706123888C2; Mon, 4 Jul 2011 01:05:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1142529 - /incubator/ooo/trunk/tools/dev/fetch-all-web.sh Date: Mon, 04 Jul 2011 01:05:29 -0000 To: ooo-commits@incubator.apache.org From: wave@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110704010529.7706123888C2@eris.apache.org> Author: wave Date: Mon Jul 4 01:05:29 2011 New Revision: 1142529 URL: http://svn.apache.org/viewvc?rev=1142529&view=rev Log: small error in the fetch-all-web.sh script. Modified: incubator/ooo/trunk/tools/dev/fetch-all-web.sh Modified: incubator/ooo/trunk/tools/dev/fetch-all-web.sh URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/tools/dev/fetch-all-web.sh?rev=1142529&r1=1142528&r2=1142529&view=diff ============================================================================== --- incubator/ooo/trunk/tools/dev/fetch-all-web.sh (original) +++ incubator/ooo/trunk/tools/dev/fetch-all-web.sh Mon Jul 4 01:05:29 2011 @@ -64,7 +64,7 @@ for webproject in `grep '^./' $weblist` webrepos=${REPOS}${webproject}${REPOS2} if test -d "$webproject" ; then - echo "============ '$project' exists. Updating ..." + echo "============ '$webproject' exists. Updating ..." cd "$webproject" svn update