Changeset a6d9007


Ignore:
Timestamp:
10/03/2005 10:32:10 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
7450da3
Parents:
4c62c61
Message:

Fixed the generation of the chroot commands in the Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r4c62c61 ra6d9007  
    531531  for file in chapter06/*chroot* ; do
    532532    chroot=`cat $file | sed -e '/#!\/bin\/sh/d' -e 's@ \\\@ @g' | tr -d '\n' | sed \
    533       -e 's/  */ /g' -e 's|\\$|&&|g' -e 's|$| -c|'`
     533      -e 's/  */ /g' -e 's|\\$|&&|g' -e 's|&&exit||g' -e 's|$| -c|'`
    534534    echo -e "CHROOT$i= $chroot\n" >> $MKFILE
    535535    i=`expr $i + 1`
Note: See TracChangeset for help on using the changeset viewer.