Return-Path: X-Original-To: apmail-kylin-commits-archive@minotaur.apache.org Delivered-To: apmail-kylin-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 C6DD418DC6 for ; Tue, 15 Dec 2015 07:27:16 +0000 (UTC) Received: (qmail 48328 invoked by uid 500); 15 Dec 2015 07:27:16 -0000 Delivered-To: apmail-kylin-commits-archive@kylin.apache.org Received: (qmail 48296 invoked by uid 500); 15 Dec 2015 07:27:16 -0000 Mailing-List: contact commits-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list commits@kylin.apache.org Received: (qmail 48287 invoked by uid 99); 15 Dec 2015 07:27:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2015 07:27:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 61FDDE01C1; Tue, 15 Dec 2015 07:27:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shaofengshi@apache.org To: commits@kylin.apache.org Date: Tue, 15 Dec 2015 07:27:17 -0000 Message-Id: <20d5d124d637439c92af3a2884f47b3b@git.apache.org> In-Reply-To: <05c0ce21690d454bb6918b02b305e744@git.apache.org> References: <05c0ce21690d454bb6918b02b305e744@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] kylin git commit: fix a script issue on ubuntu, in script/prepare.sh fix a script issue on ubuntu, in script/prepare.sh Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/cdea7313 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/cdea7313 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/cdea7313 Branch: refs/heads/1.x-staging Commit: cdea7313801747c2cb843418f1a5c3487520c879 Parents: afb1231 Author: shaofengshi Authored: Tue Dec 15 15:26:39 2015 +0800 Committer: shaofengshi Committed: Tue Dec 15 15:26:39 2015 +0800 ---------------------------------------------------------------------- script/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/cdea7313/script/prepare.sh ---------------------------------------------------------------------- diff --git a/script/prepare.sh b/script/prepare.sh index 70f14c9..b335864 100755 --- a/script/prepare.sh +++ b/script/prepare.sh @@ -54,7 +54,7 @@ then fi cd webapp/dist -for f in * .[^.]* +for f in * .[!.]* do echo "Adding $f to war" jar -uf ../../dist/tomcat/webapps/kylin.war $f