Ignore:
Timestamp:
04/17/07 16:05:32 (18 years ago)
Author:
snruegam
Message:
*** empty log message ***
File:
1 edited

Legend:

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

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