CLIMATE-566 - Fix output redirect log clobbering bugs
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/c8f78a6c Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/c8f78a6c Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/c8f78a6c Branch: refs/heads/master Commit: c8f78a6cd696c90af11446733d178a109fc21e7b Parents: b440baf Author: Michael Joyce <[email protected]> Authored: Thu Jan 22 10:20:05 2015 -0800 Committer: Michael Joyce <[email protected]> Committed: Thu Jan 22 10:20:05 2015 -0800 ---------------------------------------------------------------------- easy-ocw/install-ubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/c8f78a6c/easy-ocw/install-ubuntu.sh ---------------------------------------------------------------------- diff --git a/easy-ocw/install-ubuntu.sh b/easy-ocw/install-ubuntu.sh index 637f0e8..c34641f 100755 --- a/easy-ocw/install-ubuntu.sh +++ b/easy-ocw/install-ubuntu.sh @@ -145,7 +145,7 @@ read -p "Press [ENTER] to continue ..." cd task "Downloading Anaconda ..." -wget -O Anaconda-1.9.2-Linux-x86_64.sh "http://repo.continuum.io/archive/Anaconda-1.9.2-Linux-x86_64.sh" 2> install_log +wget -O Anaconda-1.9.2-Linux-x86_64.sh "http://repo.continuum.io/archive/Anaconda-1.9.2-Linux-x86_64.sh" 2>> install_log subtask "done" task "Installing ..." @@ -161,7 +161,7 @@ header "Handling Basemap install ..." cd task "Downloading basemap ..." -wget -O basemap-1.0.7.tar.gz "http://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits/basemap-1.0.7/basemap-1.0.7.tar.gz/download" 2> install_log +wget -O basemap-1.0.7.tar.gz "http://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits/basemap-1.0.7/basemap-1.0.7.tar.gz/download" 2>> install_log tar xzf basemap-1.0.7.tar.gz >> install_log subtask "done"
