From: Ulf Samuelsson Date: Mon, 12 Jan 2009 07:43:23 +0000 (-0000) Subject: Add some whitespace to output, aligning comments, when added X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1811acae8611686d07054eed3a03e6a9395b3f0b;p=buildroot.git Add some whitespace to output, aligning comments, when added --- diff --git a/scripts/mkpkg b/scripts/mkpkg index 2cac7c6a3a..d5cda2f33f 100755 --- a/scripts/mkpkg +++ b/scripts/mkpkg @@ -33,10 +33,10 @@ function build_package () grep "\.tar\." ${LOG} > ${DEPENDENCY} if [ ${test} == ${OK} ] ; then mv ${LOG} ${LOG_OK_FILE} - echo "OK" + echo "OK " else mv ${LOG} ${LOG_FAIL_FILE} - echo "FAIL" + echo "FAIL " fi }