mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Fixed indentations
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
79d0d3eefd
commit
d10f4b4ed0
@ -36,9 +36,9 @@ FAILURE="echo -en \\033[1;31m"
|
|||||||
|
|
||||||
evaluate_retval()
|
evaluate_retval()
|
||||||
{
|
{
|
||||||
if [ $? = 0 ]
|
if [ $? = 0 ]
|
||||||
then
|
then
|
||||||
print_status success
|
print_status success
|
||||||
else
|
else
|
||||||
print_status failure
|
print_status failure
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user