Changeset 9215 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/09/09 09:06:04 (16 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9214 r9215  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2009/01/09 Stefan Ruegamer
     22
     23   * datacenter/scripts/buildsequenceentries
     24     - corrected IFS argument
     25
     26
    2027
    2128 2009/01/08 Stefan Ruegamer
  • trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries

    r9192 r9215  
    7272      1)   echo " check1=$check1 -> everything ok -> setting status for $date..." >> $scriptlog 2>&1
    7373           printprocesslog "INFO sequence entries successfully built for $date"
    74            IFS='
    75            '
     74           IFS=$'\n'
    7675           missing=( `grep "Missing" $buildsequentrieslog` )
    7776           if [ ${#missing[@]} -gt 0 ]
Note: See TracChangeset for help on using the changeset viewer.