From: Matthias Fischer Date: Mon, 5 Jun 2017 13:24:55 +0000 (+0200) Subject: Cosmetic fix for 'make-functions'-output X-Git-Tag: v2.19-core112~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2be66b3d8551f0b0ee8b7309b9c955e29f48a7a1;p=people%2Fstevee%2Fipfire-2.x.git 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 --- 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" ;;