Changeset 2347 for trunk/kBuild/env.sh
- Timestamp:
- May 4, 2009, 2:18:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/env.sh
r2243 r2347 113 113 114 114 "--help") 115 echo "kBuild Environment Setup Script, v0. 1.4"115 echo "kBuild Environment Setup Script, v0.2.0-pre" 116 116 echo "" 117 117 echo "syntax: $0 [options] [command [args]]" … … 124 124 echo "The second form will print the specfified variable(s)." 125 125 echo "The third form will print all exported variables suitable for bourne shell" 126 echo "evalu tation."126 echo "evaluation." 127 127 echo "The forth form will only print the specified variable(s)." 128 128 echo "" … … 143 143 echo " Whether --eval explicitly export the variables. --set is useful for" 144 144 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' 146 146 echo "" 147 147 exit 1
Note:
See TracChangeset
for help on using the changeset viewer.