diff options
author | Robert Connolly <robert@linuxfromscratch.org> | 2008-12-19 04:40:18 +0000 |
---|---|---|
committer | Robert Connolly <robert@linuxfromscratch.org> | 2008-12-19 04:40:18 +0000 |
commit | c23c59f53b20023ab25efa0a9c475031dbc281c9 (patch) | |
tree | 9fd6bfa9330919abec4954d2f4a2aaa97bd16a5d /chapter06 | |
parent | 262dcabc7ab641f8aaf4b040f496a5b5fe7f7721 (diff) |
Removed the unneeded -e option from the Sed command in the chap6 Findutils page, for consistency.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/findutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 197bddc41..bf3548340 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -81,7 +81,7 @@ script also needs to be modified to correct an explicit path:</para> <screen><userinput remap="install">mv -v /usr/bin/find /bin -sed -i -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</userinput></screen> +sed -i 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</userinput></screen> </sect2> |