From 2be66b3d8551f0b0ee8b7309b9c955e29f48a7a1 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Mon, 5 Jun 2017 15:24:55 +0200 Subject: [PATCH] Cosmetic fix for 'make-functions'-output '$LAST_STAGE_TIME'-output got overwritten by the following 'version/options/time/status'-line. Best, Matthias Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- tools/make-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-functions b/tools/make-functions index 8e40163fcd..508f5f21ee 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -225,7 +225,7 @@ beautify() STAGE_TIME_START=`date +%s` echo -ne "${BOLD}*** (${BUILD_ARCH}) ${MESSAGE}${NORMAL}" if [ "$LAST_STAGE_TIME" ]; then - echo -ne "${DONE} (Last stage took $LAST_STAGE_TIME secs)${NORMAL}" + echo -ne "${DONE} (Last stage took $LAST_STAGE_TIME secs)${NORMAL}\n" fi echo -ne "${BOLD}${SET_VER_COL} version${SET_OPT_COL} options${SET_TIME_COL} time (sec)${SET_RESULT_COL} status${NORMAL}\n" ;; -- 2.39.5