 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
|
 Revision Graph
|  Patch
 Patch
| revision 1.6 by jmc, Mon Apr 6 18:12:34 2009 UTC | revision 1.7 by jmc, Thu Apr 9 18:34:18 2009 UTC | |
|---|---|---|
| # | Line 302 for mname in $MACHINES ; do | Line 302 for mname in $MACHINES ; do | 
| 302 | num=`grep -c "^$key" ./plist` | num=`grep -c "^$key" ./plist` | 
| 303 | #- discard unsafe test: | #- discard unsafe test: | 
| 304 | dd=`echo $optf | grep -c 'gfortran.*mth'` | dd=`echo $optf | grep -c 'gfortran.*mth'` | 
| 305 | #if [ $dd -ge 1 ] ; then num=-1 ; fi | if test $dd = 1 -a $mname = lagoon ; then num=-1 ; fi | 
| 306 | if test $num -gt 0 ; then | if test $num -gt 0 ; then | 
| 307 | pline=`grep "^$key " ./plist | head -1` | pline=`grep "^$key " ./plist | head -1` | 
| 308 | if test $dBug = 't' ; then | if test $dBug = 't' ; then | 
| 
 | ||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |