diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gawk.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml index 8a3ba4d92..87a95f48e 100644 --- a/chapter05/gawk.xml +++ b/chapter05/gawk.xml @@ -46,7 +46,7 @@ e.g., Gettext testsuite failures. Work around this issue by appending the missing macro definitions to <filename>config.h</filename>:</para> -<screen><userinput>cat >>config.h <<"EOF" +<screen><userinput>cat >> config.h << "EOF" <literal>#define HAVE_LANGINFO_CODESET 1 #define HAVE_LC_MESSAGES 1</literal> EOF</userinput></screen> |