Changeset 911fe33


Ignore:
Timestamp:
11/18/2005 07:10:55 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
de54329
Parents:
ebd1409
Message:

Fixed some variables handling. Bugs pointed by Pantelis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rebd1409 r911fe33  
    954954      shift
    955955      BUILDDIR=$1
     956      JHALFSDIR=$BUILDDIR/jhalfs
     957      LOGDIR=$JHALFSDIR/logs
     958      MKFILE=$JHALFSDIR/Makefile
    956959      ;;
    957960
     
    10661069[[ ! -d $JHALFSDIR ]]        && mkdir -pv $JHALFSDIR
    10671070[[ "$PWD" != "$JHALFSDIR" ]] && cp -v $FILES $JHALFSDIR/ && \
    1068   sed -e 's/FAKEDIR/'$BOOK'/' $XSL > $JHALFSDIR/dump-lfs-scripts.xsl && \
     1071  sed -e 's,FAKEDIR,'$BOOK',' $XSL > $JHALFSDIR/dump-lfs-scripts.xsl && \
    10691072  export XSL=$JHALFSDIR/dump-lfs-scripts.xsl
    10701073[[ ! -d $LOGDIR ]]           && mkdir -v $LOGDIR
Note: See TracChangeset for help on using the changeset viewer.