diff options
Diffstat (limited to 'chapter08/autoconf.xml')
-rw-r--r-- | chapter08/autoconf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/autoconf.xml b/chapter08/autoconf.xml index c490a3994..53d97070b 100644 --- a/chapter08/autoconf.xml +++ b/chapter08/autoconf.xml @@ -43,7 +43,7 @@ <para>First, fix a bug generated by Perl 5.28.</para> -<screen><userinput remap="pre">sed '361 s/{/\\{/' -i bin/autoscan.in</userinput></screen> +<screen><userinput remap="pre">sed -i '361 s/{/\\{/' bin/autoscan.in</userinput></screen> <para>Prepare Autoconf for compilation:</para> |