- Timestamp:
- 01/15/13 16:11:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CPL/oasis3/trunk/util/compile/frames/Create_COMP_models.frm
r1677 r1991 153 153 node1_6=`echo ${node} | cut -c1-6` 154 154 if [ ${node1_6} = vargas ] || [ ${node1_6} = titane ]; then node=${node1_6}; fi 155 node1_3=`echo ${node} | cut -c1-3` 156 if [ ${node1_3} = ada ]; then node=${node1_3}; fi 155 157 156 158 build=`uname -s` … … 292 294 node1_6=\`echo \${node} | cut -c1-6\` 293 295 if [ \${node1_6} = vargas ] || [ \${node1_6} = titane ]; then node=\${node1_6}; fi 296 node1_3=\`echo \${node} | cut -c1-3\` 297 if [ \${node1_3} = ada ]; then node=\${node1_3}; fi 294 298 295 299 dnl
Note: See TracChangeset
for help on using the changeset viewer.