Changeset ff4cb2e


Ignore:
Timestamp:
12/20/2005 08:39:13 PM (18 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:
3d82fb5
Parents:
cc70230
Message:

Several grammatical fixes. Thanks to George Boudreau.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rcc70230 rff4cb2e  
    133133    # Test to make sure that the build directory was populated by jhalfs
    134134    if [ ! -d $JHALFSDIR ] || [ ! -d $BUILDDIR/sources ] ; then
    135       echo "Look like $BUILDDIR was not populated by a previous jhalfs run."
     135      echo "Looks like $BUILDDIR was not populated by a previous jhalfs run."
    136136      exit 1
    137137    else
     
    159159    echo -n "Downloading the LFS Book, version $LFSVRS... "
    160160
    161     # Grab the LFS book fresh if it's missing, otherwise, update it from the
     161    # Grab a fresh LFS book if it's missing, otherwise, update it from the
    162162    # repo. If we've already extracted the commands, move on to getting the
    163163    # sources.
     
    232232  fi
    233233  echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@'` >> packages
    234   # This two packages are needed only for 6.1.1
     234  # These two packages are needed only for 6.1.1
    235235  if [ "$LFSVRS" = "6.1.1" ] ; then
    236236    echo `grep "glibc" packages | sed 's@glibc@&-linuxthreads@'` >> packages
    237237    # Download the module-init-tools-testsuite package only
    238     # if the test suite will be run.
     238    # if the test suite is to be run.
    239239    if [ "$TEST" = "1" ] ; then
    240240      echo `grep "module" packages | sed 's@tools@&-testsuite@'` >> packages
     
    258258
    259259  # Hackish fix for the bash-doc, glibc-{linuxthreads,libidn} and
    260   # module-init-tools-testsuite packages that doesn't conform to
     260  # module-init-tools-testsuite packages that don't conform to
    261261  # norms in the URL scheme.
    262262  DIR=`echo $1 | sed 's@-doc@@;s@-linuxthreads@@;s@-libidn@@;s@-testsuite@@'`
     
    707707    # Grub must be configured manually.
    708708    # The filesystems can't be unmounted via Makefile and the user
    709     # should to enter to the chroot environment to create the root
    710     # password, edit several files and setup Grub,
     709    # should enter the chroot environment to create the root
     710    # password, edit several files and setup Grub.
    711711    if [[ `_IS_ $i grub` ]] || [[ `_IS_ $i reboot` ]] ; then
    712712       continue
     
    732732) >> $MKFILE.tmp
    733733
    734     # Find the the bootscripts and kernel package names
     734    # Find the bootscripts and kernel package names
    735735    if [[ `_IS_ $i bootscripts` ]] || [[ `_IS_ $i kernel` ]] ; then
    736736      if [[ `_IS_ $i bootscripts` ]] ; then
     
    770770) >> $MKFILE.tmp
    771771    else
    772     # Initialize the log an run the script
     772    # Initialize the log and run the script
    773773(
    774774    cat << EOF
     
    10391039        TIMEZONE=$1
    10401040      else
    1041         echo -e "\nLook like $1 isn't a valid timezone description."
     1041        echo -e "\nLooks like $1 isn't a valid timezone description."
    10421042        echo -e "Verify your selection and the command line.\n"
    10431043        exit 1
     
    10821082fi
    10831083
    1084 # If $BUILDDIR have subdirectories like tools/ or bin/, stop the run
     1084# If $BUILDDIR has subdirectories like tools/ or bin/, stop the run
    10851085# and notify the user about that.
    10861086
Note: See TracChangeset for help on using the changeset viewer.