diff options
| author | Ulf Samuelsson | 2009-01-12 08:43:23 +0100 |
|---|---|---|
| committer | Ulf Samuelsson | 2009-01-12 08:43:23 +0100 |
| commit | 1811acae8611686d07054eed3a03e6a9395b3f0b (patch) | |
| tree | f9c610267e994930ccb8169271d9608e9ab49fba /scripts | |
| parent | Bump version of ImageMagick which does not work, use versioned patches, needs... (diff) | |
| download | buildroot-1811acae8611686d07054eed3a03e6a9395b3f0b.tar.gz buildroot-1811acae8611686d07054eed3a03e6a9395b3f0b.tar.xz buildroot-1811acae8611686d07054eed3a03e6a9395b3f0b.zip | |
Add some whitespace to output, aligning comments, when added
Diffstat (limited to 'scripts')
| -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 } |
