From: Matthias Rampke Date: Thu, 11 Aug 2011 22:00:24 +0000 (+0200) Subject: FIX failure due to set -e when all dependencies are installed X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=summon-arm-toolchain.git;a=commitdiff_plain;h=d93973a533b03deadb9d980f411903936b9fc2cd FIX failure due to set -e when all dependencies are installed --- diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 7aab2cf..eb72945 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -123,7 +123,7 @@ case "$(uname)" in if ! which brew > /dev/null; then echo "homebrew not installed." else - brew install ${DARWINDEPS} | grep -v '^Warning: Formula already installed: ' + brew install ${DARWINDEPS} | (grep -v '^Warning: Formula already installed: ' || true) fi GCCFLAGS="${GCCFLAGS} \