diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-16 15:19:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-16 15:19:42 +0000 |
commit | 16eacd242867f1892a3dc38aef59da5110ac1e0c (patch) | |
tree | e7db2f5665b89a89da39b2dfd8dad55ac438f904 /prologue | |
parent | ee3b7cbf0dd38691ba37a88409005760ee7449e8 (diff) |
Tweak for pdf
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index a0221c139..d88dcc0fc 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -161,7 +161,6 @@ <screen role="nodump"><userinput>cat > version-check.sh << "EOF" <literal>#!/bin/bash # Simple script to list version numbers of critical development tools - export LC_ALL=C bash --version | head -n1 | cut -d" " -f2-4 echo "/bin/sh -> `readlink -f /bin/sh`" |