Changeset 9215 for trunk/MagicSoft/Mars
- Timestamp:
- 01/09/09 09:06:04 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9214 r9215 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2009/01/09 Stefan Ruegamer 22 23 * datacenter/scripts/buildsequenceentries 24 - corrected IFS argument 25 26 20 27 21 28 2009/01/08 Stefan Ruegamer -
trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
r9192 r9215 72 72 1) echo " check1=$check1 -> everything ok -> setting status for $date..." >> $scriptlog 2>&1 73 73 printprocesslog "INFO sequence entries successfully built for $date" 74 IFS=' 75 ' 74 IFS=$'\n' 76 75 missing=( `grep "Missing" $buildsequentrieslog` ) 77 76 if [ ${#missing[@]} -gt 0 ]
Note:
See TracChangeset
for help on using the changeset viewer.