cosmetics
authorMatthias Rampke <matthias@rampke.de>
Thu, 11 Aug 2011 22:02:08 +0000 (00:02 +0200)
committerMatthias Rampke <matthias@rampke.de>
Thu, 11 Aug 2011 22:02:08 +0000 (00:02 +0200)
summon-arm-toolchain

index eb729453ca7ec385bd42f948ad20ac2d82a2f822..94ea5dae92dbbb776449e8cbd9aa91abe77e5a8e 100755 (executable)
@@ -119,9 +119,9 @@ case "$(uname)" in
        DARWINDEPS="gnu-tar wget mpfr libmpc gmp"
   DARWINDEPSCOUNT=4
 
-  echo "Installing dependencies"
+  echo "Installing dependencies ..."
   if ! which brew > /dev/null; then
-    echo "homebrew not installed."
+    echo "Homebrew not installed."
   else
       brew install ${DARWINDEPS} | (grep -v '^Warning: Formula already installed: ' || true)
   fi