mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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 <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
7103cbf60b
commit
2be66b3d85
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user