Changeset 1488 for palm/trunk


Ignore:
Timestamp:
Oct 25, 2014 2:39:03 PM (9 years ago)
Author:
raasch
Message:

last commit documented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r1487 r1488  
    2222# Current revisions:
    2323# ------------------
    24 # bash compatibility adjustments: output formatting with printf instead
    25 # of "typeset -L/-R", print replaced by echo
     24#
    2625#
    2726# Former revisions:
    2827# -----------------
    2928# $Id$
     29#
     30# 1487 2014-10-25 14:36:28Z raasch
     31# bash compatibility adjustments: output formatting with printf instead
     32# of "typeset -L/-R", print replaced by echo
    3033#
    3134# 1468 2014-09-24 14:06:57Z maronga
     
    103106 block_conditions=none
    104107 block_conditions_found=false
     108 calltime=""
     109 column1=""
     110 column2=""
    105111 compile_utility_programs=false
    106112 config_file=.mrun.config
     
    114120 suf=f90
    115121 update=false
     122 version="MBUILD  2.1  Rev$Rev$"
    116123 working_directory=`pwd`
    117124
    118125 typeset -i  ih ihost=0
    119126
    120  calltime=""
    121  column1=""
    122  column2=""
    123  column3=""
    124  version="MBUILD  2.1  Rev$Rev$"
    125127
    126128    # ERROR HANDLING
Note: See TracChangeset for help on using the changeset viewer.