diff options
-rwxr-xr-x | scripts/mkpkg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mkpkg b/scripts/mkpkg index 2cac7c6a3..d5cda2f33 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 } |