From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Cosmetic fix for 'make-functions'-output Date: Mon, 05 Jun 2017 15:24:55 +0200 Message-ID: <20170605132455.12514-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9192605515951235695==" List-Id: --===============9192605515951235695== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable '$LAST_STAGE_TIME'-output got overwritten by the following 'version/options/t= ime/status'-line. Best, Matthias Signed-off-by: Matthias Fischer --- tools/make-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-functions b/tools/make-functions index 8e40163fc..508f5f21e 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -225,7 +225,7 @@ beautify() STAGE_TIME_START=3D`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_T= IME_COL} time (sec)${SET_RESULT_COL} status${NORMAL}\n" ;; --=20 2.13.0 --===============9192605515951235695==--