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 <[email protected]> Authored: Mon Apr 6 14:28:11 2015 -0700 Committer: Michael Joyce <[email protected]> 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
