From 4a511b48b3f1f711e59923d5571599bc497ac92d Mon Sep 17 00:00:00 2001 From: Thiago Scalone <155578946+scalone-cw@users.noreply.github.com> Date: Sun, 21 Aug 2011 21:39:05 +0300 Subject: [PATCH] Unexpected msg prevents easy integration in bash scripts --- kerl | 2 -- 1 file changed, 2 deletions(-) diff --git a/kerl b/kerl index 93f88f3..6aa9eda 100755 --- a/kerl +++ b/kerl @@ -70,10 +70,8 @@ case "$KERL_SYSTEM" in SED_OPT=-E if [ `gcc --version | grep llvm | wc -l` = "1" ]; then if [ -x `which gcc-4.2` ]; then - echo "Adjust compiler settings for OS X: using gcc-4.2" KERL_CONFIGURE_OPTIONS="CC=gcc-4.2 $KERL_CONFIGURE_OPTIONS" else - echo "Adjust compiler settings for OS X: using -O0" KERL_CONFIGURE_OPTIONS="CFLAGS=-O0 $KERL_CONFIGURE_OPTIONS" fi fi