diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2003-08-29 19:11:50 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2003-08-29 19:11:50 +0000 |
commit | b1d68a49b23d66b1d084a3873a6facef4756dc6a (patch) | |
tree | ae64c8265074e5a526cf8768bd799cd7bb303c84 /chapter05 | |
parent | 8adcd4c4bef5a47f377b5e798000f3f995463d3f (diff) |
Fixed expect patch number & reference to it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2694 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/expect-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml index 243e078f7..2daab650c 100644 --- a/chapter05/expect-inst.xml +++ b/chapter05/expect-inst.xml @@ -5,7 +5,7 @@ <para>First apply a patch:</para> -<para><screen><userinput>patch -Np1 -i ../expect-&expect-version;.patch</userinput></screen></para> +<para><screen><userinput>patch -Np1 -i ../expect-&expect-patch-version;.patch</userinput></screen></para> <para>This fixes a bug in Expect that can result in bogus failures during the GCC test suite run.</para> |