diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-07-14 11:25:28 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-07-14 11:25:28 +0000 |
commit | b8bda22c6c465773b3cf81ef8a040125d967ef68 (patch) | |
tree | ef54da1ba8635ae81a7f7948f6e36de0e183ed7e /chapter06/automake.xml | |
parent | ba4639d5e6fab2cd1961f758774e4c8bf5d48361 (diff) |
Correct the fix for Automake's testsuite.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9907 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 925d4d39e..30574caf1 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -44,7 +44,7 @@ <para>Fix a bug in the testsuite that can cause one of the tests to fail intermittently:</para> -<screen><userinput remap="pre">sed -i -e '/$ACLOCAL/i$sleep' t/aclocal7.sh</userinput></screen> +<screen><userinput remap="pre">sed -i -e '48i$sleep' t/aclocal7.sh</userinput></screen> <para>Prepare Automake for compilation:</para> |