diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-26 03:26:32 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-26 03:26:32 +0000 |
commit | 946e599a0e996411838b1921c0c42b3cb4960136 (patch) | |
tree | 937a0203198fb47802c86a2e71922b238b55e43f /prologue | |
parent | 5cf7fc14966e52ffb054089b31c8c3bba2fbab85 (diff) |
Type
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index b1aa90323..79ee2e96a 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -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 -> `readlink -f /usr/bin/awk`"; else echo "awk not found"; fi gcc --version | head -n1 /lib/libc.so.6 | head -n1 | cut -d"," -f1 |