Ignore:
Timestamp:
08/08/2007 06:43:17 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
ea8f9e2
Parents:
742cc9ae
Message:

Use sed's -i feature once it is installed in coreutils and gzip

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8301 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    r742cc9ae r1bd7fd4  
    4040    Glibc provides, so we'll rename the function:</para>
    4141
    42 <screen><userinput>for file in src/{copy,touch}.c lib/utimens.{c,h} ; do \
    43    cp -v $file{,.orig}
    44    sed 's/futimens/gl_&amp;/' $file.orig &gt; $file
    45 done</userinput></screen>
     42<screen><userinput>sed -i 's/futimens/gl_&amp;/' src/{copy,touch}.c lib/utimens.{c,h}</userinput></screen>
    4643
    4744    <para>A known issue with the <command>uname</command> program from
Note: See TracChangeset for help on using the changeset viewer.