- Timestamp:
- 04/17/07 16:05:32 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r8382 r8410 54 54 #.* == hi or lo 55 55 reason1="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" 57 57 echo "reason1: "$reason1 >> $scriptlog 2>&1 58 echo "reason2: "$reason2 >> $scriptlog 2>&158 #echo "reason2: "$reason2 >> $scriptlog 2>&1 59 59 60 60 # find files containing reason … … 72 72 for file in $files 73 73 do 74 pulse=`cat $file | grep "$reason1\|$reason2"` 74 # pulse=`cat $file | grep "$reason1\|$reason2"` 75 pulse=`cat $file | grep "$reason1"` 75 76 sequ=`echo $file | cut -d/ -f6` 76 77 path=`dirname $file`
Note:
See TracChangeset
for help on using the changeset viewer.