Changeset 935 for palm


Ignore:
Timestamp:
Jun 22, 2012 6:55:25 AM (12 years ago)
Author:
raasch
Message:

silent mode option -v added for mbuild

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r920 r935  
    130130     # 08/03/12 - BjornM- bugfix: cpp directive for namelist check program
    131131     #                    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
    136137
    137138
     
    181182
    182183    # READ SHELLSCRIPT-OPTIONS
    183  while  getopts  :c:h:m:s:u  option
     184 while  getopts  :c:h:m:s:uv  option
    184185 do
    185186   case  $option  in
     
    189190       (s)   suf=$OPTARG;;
    190191       (u)   compile_utility_programs=true;;
     192       (v)   silent=true;;
    191193       (\?)  printf "\n  +++ unknown option $OPTARG \n";
    192194             locat=parameter; exit;;
Note: See TracChangeset for help on using the changeset viewer.