Return-Path: X-Original-To: apmail-climate-commits-archive@minotaur.apache.org Delivered-To: apmail-climate-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 D2DF317C38 for ; Tue, 7 Apr 2015 14:29:25 +0000 (UTC) Received: (qmail 7183 invoked by uid 500); 7 Apr 2015 14:29:10 -0000 Delivered-To: apmail-climate-commits-archive@climate.apache.org Received: (qmail 7148 invoked by uid 500); 7 Apr 2015 14:29:09 -0000 Mailing-List: contact commits-help@climate.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@climate.apache.org Delivered-To: mailing list commits@climate.apache.org Received: (qmail 7138 invoked by uid 99); 7 Apr 2015 14:29:09 -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, 07 Apr 2015 14:29:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 825ECE10CB; Tue, 7 Apr 2015 14:29:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: joyce@apache.org To: commits@climate.apache.org Date: Tue, 07 Apr 2015 14:29:09 -0000 Message-Id: <3c2ad9910bbb401c89dc94d4b4a98b34@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] climate git commit: CLIMATE-619 - Default ocw_path to user HOME dir Repository: climate Updated Branches: refs/heads/master fd4875d14 -> 6ff8fd694 CLIMATE-619 - Default ocw_path to user HOME dir Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/c2cbad95 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/c2cbad95 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/c2cbad95 Branch: refs/heads/master Commit: c2cbad956a2b5c293b90d61792c8dcfcc11f9572 Parents: fd4875d Author: Michael Joyce Authored: Mon Apr 6 14:28:11 2015 -0700 Committer: Michael Joyce Committed: Mon Apr 6 14:28:11 2015 -0700 ---------------------------------------------------------------------- easy-ocw/install-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/c2cbad95/easy-ocw/install-ubuntu.sh ---------------------------------------------------------------------- diff --git a/easy-ocw/install-ubuntu.sh b/easy-ocw/install-ubuntu.sh index 321bcc7..8018e87 100755 --- a/easy-ocw/install-ubuntu.sh +++ b/easy-ocw/install-ubuntu.sh @@ -63,6 +63,7 @@ echo WITH_VIRTUAL_ENV=0 WITH_HOMEBREW=0 WITH_INTERACT=1 +ocw_path="${HOME}/climate" while getopts ":h :e :q" FLAG do