Changeset 95a954c for master.sh


Ignore:
Timestamp:
07/24/2006 06:43:48 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0
Children:
83d73fb
Parents:
bae64d8
Message:

Merged r2838 from trunk: spelling fixes pointed by Chris Staub.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • master.sh

    rbae64d8 r95a954c  
    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
     
    347347          ;;
    348348        * )
    349           echo -e "\n$1 is an unknown or unsopported arch."
     349          echo -e "\n$1 is an unknown or unsupported arch."
    350350          exit 1
    351351          ;;
     
    412412
    413413
    414 # Check for minumum gcc and kernel versions
     414# Check for minimum gcc and kernel versions
    415415#check_requirements  1 # 0/1  0-do not display values.
    416416echo
     
    495495  #
    496496  if [[ -n "$FILES" ]]; then
    497     # pushd/popd necessary to deal with mulitiple files
     497    # pushd/popd necessary to deal with multiple files
    498498    pushd $PACKAGE_DIR 1> /dev/null
    499499      cp $FILES $JHALFSDIR/
     
    503503  if [[ "$REPORT" = "1" ]]; then
    504504    cp $COMMON_DIR/create-sbu_du-report.sh  $JHALFSDIR/
    505     # After be sure that all look sane, dump the settings to a file
     505    # After being sure that all looks sane, dump the settings to a file
    506506    # This file will be used to create the REPORT header
    507507    validate_config > $JHALFSDIR/jhalfs.config
Note: See TracChangeset for help on using the changeset viewer.