Add some whitespace to output, aligning comments, when added
This commit is contained in:
parent
728164ff16
commit
1811acae86
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user