From 27de2fe0172861a5aca1ec809ce911760acf8d80 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Thu, 25 Sep 2014 16:52:25 +0900 Subject: [PATCH] Return actual exit status for steps to prepare the environment --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 945b933b..ab75264b 100755 --- a/install.sh +++ b/install.sh @@ -76,7 +76,6 @@ prepare_environment() { echo "Preparing the environment..." prepare_environment_in_$PLATFORM - return 0 } prepare_user() {