Changeset 2347 for trunk/kBuild/env.sh


Ignore:
Timestamp:
May 4, 2009, 2:18:42 AM (16 years ago)
Author:
bird
Message:

env.sh: typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/env.sh

    r2243 r2347  
    113113
    114114        "--help")
    115             echo "kBuild Environment Setup Script, v0.1.4"
     115            echo "kBuild Environment Setup Script, v0.2.0-pre"
    116116            echo ""
    117117            echo "syntax: $0 [options] [command [args]]"
     
    124124            echo "The second form will print the specfified variable(s)."
    125125            echo "The third form will print all exported variables suitable for bourne shell"
    126             echo "evalutation."
     126            echo "evaluation."
    127127            echo "The forth form will only print the specified variable(s)."
    128128            echo ""
     
    143143            echo "      Whether --eval explicitly export the variables. --set is useful for"
    144144            echo "      getting a list of environment vars for a commandline, while --eval"
    145             echo "      is useful for eval `env.sh`. Default: --export"
     145            echo '      is useful for eval `env.sh`. Default: --export'
    146146            echo ""
    147147            exit 1
Note: See TracChangeset for help on using the changeset viewer.