diff options
Diffstat (limited to 'chapter08/expat.xml')
-rw-r--r-- | chapter08/expat.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/expat.xml b/chapter08/expat.xml index d978864c8..89ada1571 100644 --- a/chapter08/expat.xml +++ b/chapter08/expat.xml @@ -43,7 +43,7 @@ <para>First fix a problem with the regression tests in the LFS environment:</para> -<screen><userinput remap="pre">sed -i 's|usr/bin/env |bin/|' run.sh.in</userinput></screen> +<screen><userinput remap="pre">sed -i 's:usr/bin/env :bin/:' run.sh.in</userinput></screen> <para>Prepare Expat for compilation:</para> |