Changeset d385453 for master.sh


Ignore:
Timestamp:
07/24/2006 12:29:45 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
cb39f79
Parents:
73db3f9
Message:

numerous grammar/spelling corrections provided by Chris Staub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • master.sh

    r73db3f9 rd385453  
    194194            BOOK=$1
    195195          else
    196             echo -e "\nLooks like $1 isn't a LFS working copy."
     196            echo -e "\nLooks like $1 isn't an LFS working copy."
    197197            exit 1
    198198          fi
     
    212212            BOOK=$1
    213213          else
    214             echo -e "\nLooks like $1 isn't a HLFS working copy."
     214            echo -e "\nLooks like $1 isn't an HLFS working copy."
    215215            exit 1
    216216          fi
     
    219219      ;;
    220220
    221     --comparasion | -C )
     221    --comparison | -C )
    222222      test $# = 1 && eval "$exit_missing_arg"
    223223      shift
     
    351351          ;;
    352352        * )
    353           echo -e "\n$1 is an unknown or unsopported arch."
     353          echo -e "\n$1 is an unknown or unsupported arch."
    354354          exit 1
    355355          ;;
     
    416416
    417417
    418 # Check for minumum gcc and kernel versions
     418# Check for minimum gcc and kernel versions
    419419#check_requirements  1 # 0/1  0-do not display values.
    420420echo
     
    499499  #
    500500  if [[ -n "$FILES" ]]; then
    501     # pushd/popd necessary to deal with mulitiple files
     501    # pushd/popd necessary to deal with multiple files
    502502    pushd $PACKAGE_DIR 1> /dev/null
    503503      cp $FILES $JHALFSDIR/
     
    507507  if [[ "$REPORT" = "1" ]]; then
    508508    cp $COMMON_DIR/create-sbu_du-report.sh  $JHALFSDIR/
    509     # After be sure that all look sane, dump the settings to a file
     509    # After being sure that all looks sane, dump the settings to a file
    510510    # This file will be used to create the REPORT header
    511511    validate_config > $JHALFSDIR/jhalfs.config
Note: See TracChangeset for help on using the changeset viewer.