- Timestamp:
- 01/15/13 16:11:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CPL/oasis3/trunk/util/compile/frames/Create_COMP_libs.frm
r1677 r1991 117 117 node1_6=`echo ${node} | cut -c1-6` 118 118 if [ ${node1_6} = vargas ] || [ ${node1_6} = titane ]; then node=${node1_6}; fi 119 119 node1_3=`echo ${node} | cut -c1-3` 120 if [ ${node1_3} = ada ]; then node=${node1_3}; fi 120 121 build=`uname -s` 121 122 if [ "$3" != "" ]; then … … 225 226 node1_6=\`echo \${node} | cut -c1-6\` 226 227 if [ \${node1_6} = vargas ] || [ \${node1_6} = titane ]; then node=\${node1_6}; fi 228 node1_3=\`echo \${node} | cut -c1-3\` 229 if [ \${node1_3} = ada ]; then node=\${node1_3}; fi 230 227 231 dnl 228 232 dnl HOST, OS, node name
Note: See TracChangeset
for help on using the changeset viewer.