Ignore:
Timestamp:
03/21/07 11:28:06 (18 years ago)
Author:
snruegam
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks

    r8381 r8382  
    5454#.* == hi or lo
    5555reason1="Pulse is too much to the right, out of .*-gain range"
     56reason2="No entry for resource id '2[45]' found in"
    5657echo "reason1: "$reason1 >> $scriptlog 2>&1
     58echo "reason2: "$reason2 >> $scriptlog 2>&1
    5759
    5860# find files containing reason
     
    7072for file in $files
    7173do
    72    pulse=`cat $file | grep "$reason1"`
     74   pulse=`cat $file | grep "$reason1\|$reason2"`
    7375   sequ=`echo $file | cut -d/ -f6`
    7476   path=`dirname $file`
Note: See TracChangeset for help on using the changeset viewer.