diff options
Diffstat (limited to 'chapter06/grep.xml')
-rw-r--r-- | chapter06/grep.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml index 8d5f488d8..c7084cbd5 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -17,8 +17,7 @@ <para>Prepare Grep for compilation:</para> -<screen><userinput>./configure --prefix=/usr --bindir=/bin \ - --with-included-regex</userinput></screen> +<screen><userinput>./configure --prefix=/usr --bindir=/bin --with-included-regex</userinput></screen> <para>Compile the package:</para> |