diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 18:02:56 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 18:02:56 +0000 |
commit | 1475ee8f7992f1cce8f50152129ad4e493b31a74 (patch) | |
tree | 337ef5bf0aec50816f8f2de8187db9f035471250 | |
parent | 5c72ee58a86112d79ce90ef86e03a536b82a6d3e (diff) |
Fixed the name of the expect patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/b5_1/BOOK@3705 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/expect.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml index da9e0f68a..24d1cbcac 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -26,7 +26,7 @@ GCC, Glibc, Grep, Make, Sed, Tcl.</para> <para>First fix a bug that can result in bogus failures during the GCC test suite run:</para> -<screen><userinput>patch -Np1 -i ../expect-&expect-version;-spawn.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../expect-&expect-version;-spawn-1.patch</userinput></screen> <para>Now prepare Expect for compilation:</para> |