Ignore:
Timestamp:
06/30/07 10:28:11 (17 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/scripts/merppupdate

    r8627 r8629  
    8888   if [ ! -d $merpplogpath ]
    8989   then
    90      mkdir -pv $merpplogpath
    91      if [ ! -d $merpplogpath ]
    92      then
    93         echo "could not make merpplogpath "$merpplogpath
    94         exit
    95      fi
     90      mkdir -pv $merpplogpath
     91      if [ ! -d $merpplogpath ]
     92      then
     93         echo "could not make merpplogpath "$merpplogpath
     94         exit
     95      fi
    9696   fi
    9797   
     
    109109   if [ "$cacofile" = "" ]
    110110   then
    111       echo "cacofile with no $runno not found" >> $scriptlog 2>&1
    112       echo "finding cacofile..." >> $scriptlog 2>&1
     111      echo "cacofile with no $runno not found"
     112      echo "finding cacofile..."
    113113      for (( i = 0; i <= 10; i++ ))
    114114      do
     
    119119            if [ $i -eq 9 ]
    120120            then
    121                echo "no cacofile found for runno $newrun in $cacopath" >> $scriptlog 2>&1
     121               echo "no cacofile found for runno $newrun in $cacopath"
    122122               break 2
    123123            fi   
Note: See TracChangeset for help on using the changeset viewer.