From 60e43921865f21ec0a7509c0b8bab7f2ef429283 Mon Sep 17 00:00:00 2001 From: Joseph Werle Date: Sun, 25 May 2014 16:34:13 -0400 Subject: [PATCH] fix install script --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d5a179f..0478b54 100755 --- a/install.sh +++ b/install.sh @@ -17,7 +17,7 @@ ftest () { ## feature tests features () { for f in "${@}"; do - ftest "${f}" && { + ftest "${f}" || { echo >&2 " error: Missing \`${f}'" return 1 } @@ -28,7 +28,7 @@ features () { ## main setup setup () { ## test for require features - features git && return $? + features git || return $? ## build {