Ignore:
Timestamp:
08/08/2007 05:04:07 AM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
f372d5a
Parents:
4f56afa3
Message:

Fix broken loops

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gzip.xml

    r4f56afa3 r2cddf7e4  
    4242    Glibc provides, so we'll rename the function:</para>
    4343
    44 <screen><userinput>for file gzip.c lib/utimens.{c,h} ; do \
     44<screen><userinput>for file in gzip.c lib/utimens.{c,h} ; do \
    4545   cp -v $file{,.orig}
    46    sed 's/futimens/gl_&amp;' $file.orig &gt; $file
     46   sed 's/futimens/gl_&amp;/' $file.orig &gt; $file
    4747done</userinput></screen>
    4848
Note: See TracChangeset for help on using the changeset viewer.