Changeset 7123 for trunk


Ignore:
Timestamp:
06/01/05 18:57:36 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7122 r7123  
    8686     - added second execution of ganymed
    8787     - adapted to correct usage of config-files
     88     - fixed bug
    8889
    8990   * datacenter/scripts/runstar:
  • trunk/MagicSoft/Mars/datacenter/scripts/runganymed

    r7120 r7123  
    104104      pno=`expr $pno / 2`
    105105   done
    106    echo "pno: "$pno
     106   echo "pno: "$pno >> $scriptlog 2>&1
    107107   nofiles=`expr $lines / \( $pno - 1 \)`
    108108   echo "number of files: "$nofiles >> $scriptlog 2>&1
     
    223223                  ;;
    224224             *)   echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;;
     225          esac
     226          ;;
    225227     *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;;
    226228  esac
Note: See TracChangeset for help on using the changeset viewer.