mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Add some whitespace to output, aligning comments, when added
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user