- Timestamp:
- Oct 25, 2014 2:39:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r1487 r1488 22 22 # Current revisions: 23 23 # ------------------ 24 # bash compatibility adjustments: output formatting with printf instead 25 # of "typeset -L/-R", print replaced by echo 24 # 26 25 # 27 26 # Former revisions: 28 27 # ----------------- 29 28 # $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 30 33 # 31 34 # 1468 2014-09-24 14:06:57Z maronga … … 103 106 block_conditions=none 104 107 block_conditions_found=false 108 calltime="" 109 column1="" 110 column2="" 105 111 compile_utility_programs=false 106 112 config_file=.mrun.config … … 114 120 suf=f90 115 121 update=false 122 version="MBUILD 2.1 Rev$Rev$" 116 123 working_directory=`pwd` 117 124 118 125 typeset -i ih ihost=0 119 126 120 calltime=""121 column1=""122 column2=""123 column3=""124 version="MBUILD 2.1 Rev$Rev$"125 127 126 128 # ERROR HANDLING
Note: See TracChangeset
for help on using the changeset viewer.