Changeset 935 for palm/trunk/SCRIPTS
- Timestamp:
- Jun 22, 2012 6:55:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r920 r935 130 130 # 08/03/12 - BjornM- bugfix: cpp directive for namelist check program 131 131 # corrected 132 # 02/05/12 - Bjoern - lcxt4 is now lcxe6, adjustments for lcxe6, 133 # bugfixes for the parameter file check, initial 134 # commands on ssh calls sourced out to .mrun.config 135 # 05/06/12 - Bjoern - bugfixes for execution of login_init_cmd 132 # 02/05/12 - Bjoern- lcxt4 is now lcxe6, adjustments for lcxe6, 133 # bugfixes for the parameter file check, initial 134 # commands on ssh calls sourced out to .mrun.config 135 # 05/06/12 - Bjoern- bugfixes for execution of login_init_cmd 136 # 18/06/12 - Siggi - option -v (silent mode) added 136 137 137 138 … … 181 182 182 183 # READ SHELLSCRIPT-OPTIONS 183 while getopts :c:h:m:s:u option184 while getopts :c:h:m:s:uv option 184 185 do 185 186 case $option in … … 189 190 (s) suf=$OPTARG;; 190 191 (u) compile_utility_programs=true;; 192 (v) silent=true;; 191 193 (\?) printf "\n +++ unknown option $OPTARG \n"; 192 194 locat=parameter; exit;;
Note: See TracChangeset
for help on using the changeset viewer.