Changeset e10232b for LFS/master.sh


Ignore:
Timestamp:
03/17/2006 03:39:20 PM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
0ebdc33
Parents:
c0613fe
Message:

Cosmetic only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    rc0613fe re10232b  
    1212chapter4_Makefiles() {
    1313#----------------------------#
    14   echo -e "\n${tab_}${GREEN}Processing... ${L_arrow}Chapter4${R_arrow}"
     14  echo "${tab_}${GREEN}Processing... ${L_arrow}Chapter4${R_arrow}"
    1515
    1616# If /home/lfs is already present in the host, we asume that the
     
    295295build_Makefile() {
    296296#----------------------------#
    297   echo -n "Creating Makefile... "
     297  echo "Creating Makefile... "
    298298  cd $JHALFSDIR/${PROGNAME}-commands
    299299
     
    401401  cat $MKFILE.tmp >> $MKFILE
    402402  rm $MKFILE.tmp
    403   echo -ne "done\n"
     403  echo "done"
    404404}
    405405
Note: See TracChangeset for help on using the changeset viewer.