aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gettext.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gettext.xml')
-rw-r--r--chapter06/gettext.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml
index ef8cd2633..630febf1d 100644
--- a/chapter06/gettext.xml
+++ b/chapter06/gettext.xml
@@ -46,8 +46,8 @@
<!-- this has been fixed in upstream gnulib, when a new version of
gettext is released, please check #4055 to see if the change has been
picked up in this package -->
- <para>Suppress two invocations of test-lock which on some machines
- can loop forever.</para>
+ <para>First, suppress two invocations of test-lock which on some machines
+ can loop forever:</para>
<screen><userinput remap="pre">sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in &amp;&amp;
sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen>