aboutsummaryrefslogtreecommitdiffstats
path: root/prologue/hostreqs.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-02-11 20:09:22 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-02-11 20:09:22 +0000
commit2ca8941c1fd5739874e4c29bd5ad176b21587a3d (patch)
tree1b004a17a2583b2df6608c2e47870b73f102b5ee /prologue/hostreqs.xml
parentc0220ed5ba7ba1e225c98fa61ada101103548bf3 (diff)
Remove trailing whitespace from all files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/hostreqs.xml')
-rw-r--r--prologue/hostreqs.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index d44550f41..74cb9e573 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -157,7 +157,7 @@ echo "/bin/sh -&gt; `readlink -f /bin/sh`"
echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
bison --version | head -n1
if [ -e /usr/bin/yacc ];
- then echo "/usr/bin/yacc -&gt; `readlink -f /usr/bin/yacc`";
+ then echo "/usr/bin/yacc -&gt; `readlink -f /usr/bin/yacc`";
else echo "yacc not found"; fi
bzip2 --version 2&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6-
@@ -166,7 +166,7 @@ diff --version | head -n1
find --version | head -n1
gawk --version | head -n1
if [ -e /usr/bin/awk ];
- then echo "/usr/bin/awk -&gt; `readlink -f /usr/bin/awk`";
+ then echo "/usr/bin/awk -&gt; `readlink -f /usr/bin/awk`";
else echo "awk not found"; fi
gcc --version | head -n1
@@ -184,7 +184,7 @@ echo "Texinfo: `makeinfo --version | head -n1`"
xz --version | head -n1
echo 'main(){}' &gt; dummy.c &amp;&amp; gcc -o dummy dummy.c
-if [ -x dummy ]
+if [ -x dummy ]
then echo "gcc compilation OK";
else echo "gcc compilation failed"; fi
rm -f dummy.c dummy</literal>