summaryrefslogtreecommitdiffstats
path: root/scripts/mkpkg
diff options
context:
space:
mode:
authorUlf Samuelsson2009-01-12 08:43:23 +0100
committerUlf Samuelsson2009-01-12 08:43:23 +0100
commit1811acae8611686d07054eed3a03e6a9395b3f0b (patch)
treef9c610267e994930ccb8169271d9608e9ab49fba /scripts/mkpkg
parentBump version of ImageMagick which does not work, use versioned patches, needs... (diff)
downloadbuildroot-1811acae8611686d07054eed3a03e6a9395b3f0b.tar.gz
buildroot-1811acae8611686d07054eed3a03e6a9395b3f0b.tar.xz
buildroot-1811acae8611686d07054eed3a03e6a9395b3f0b.zip
Add some whitespace to output, aligning comments, when added
Diffstat (limited to 'scripts/mkpkg')
-rwxr-xr-xscripts/mkpkg4
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
}