aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-28 01:11:09 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-28 01:11:09 +0000
commitd10f4b4ed0ae3dc67322590594f23e722eca79c5 (patch)
tree3dcff9c5399dea840352c5fa38f7f0e60557bee7
parent79d0d3eefd41234afd8514e3839249eebfa9370e (diff)
Fixed indentations
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter07/functions.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/functions.xml b/chapter07/functions.xml
index f9514f2c7..e62d75afd 100644
--- a/chapter07/functions.xml
+++ b/chapter07/functions.xml
@@ -36,9 +36,9 @@ FAILURE="echo -en \\033[1;31m"
evaluate_retval()
{
- if [ $? = 0 ]
+ if [ $? = 0 ]
then
- print_status success
+ print_status success
else
print_status failure
fi