From 602cb8bda6525484912d8ebe022733e4b9b0dbd4 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 4 Jul 2017 12:44:42 +0200 Subject: [PATCH] this grep fails on debian and the output is useless II Signed-off-by: Arne Fitzenreiter --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index a3fb4027a9..d032cb248e 100755 --- a/make.sh +++ b/make.sh @@ -1142,7 +1142,7 @@ downloadsrc) toolchain) clear prepareenv - beautify build_stage "Toolchain compilation - Native GCC: `gcc --version | grep GCC | awk {'print $3'}`" + beautify build_stage "Toolchain compilation" buildtoolchain echo "`date -u '+%b %e %T'`: Create toolchain tar.gz for ${BUILD_ARCH}" | tee -a $LOGFILE test -d $BASEDIR/cache/toolchains || mkdir -p $BASEDIR/cache/toolchains -- 2.39.2