diff options
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> |