Changeset 1570 for trunk/kBuild
- Timestamp:
- Apr 25, 2008, 12:52:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/env.sh
r1542 r1570 37 37 QUIET_OPT= 38 38 FULL_OPT= 39 LEGACY_OPT= "true"39 LEGACY_OPT= 40 40 VAR_OPT= 41 41 VALUE_ONLY_OPT= … … 115 115 echo " or: $0 [options] --eval --var <varname>" 116 116 echo "" 117 echo "The first form will execute the command, or if no command is giv nestart"117 echo "The first form will execute the command, or if no command is given start" 118 118 echo "an interactive shell." 119 119 echo "The second form will print the specfified variable(s)." … … 132 132 echo " Controls the variable set. Default: --normal" 133 133 echo " --legacy, --no-legacy" 134 echo " Include legacy variables in result. Default: -- legacy"134 echo " Include legacy variables in result. Default: --no-legacy" 135 135 echo " --value-only, --name-and-value" 136 136 echo " Controls what the result of a --var query. Default: --name-and-value"
Note:
See TracChangeset
for help on using the changeset viewer.