Changeset 7863 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 08/08/06 15:49:56 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r7835 r7863 53 53 # reason why calibration with standard callisto.rc fails 54 54 reason1="Pulse is too much to the right, cannot go beyond logain limits!" 55 reason2="Pulse is too much to the left, cannot go below 0!"56 55 echo "reason1: "$reason1 >> $scriptlog 2>&1 57 echo "reason2: "$reason2 >> $scriptlog 2>&158 56 59 57 # find files containing reason … … 73 71 for file in $files 74 72 do 75 pulse=`cat $file | grep "$reason1 \|$reason2"`73 pulse=`cat $file | grep "$reason1"` 76 74 sequ=`echo $file | cut -d/ -f6` 77 75 path=`dirname $file`
Note:
See TracChangeset
for help on using the changeset viewer.