Changeset 7863
- Timestamp:
- 08/08/06 15:49:56 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7862 r7863 30 30 * steps.rc: 31 31 - made interpretable for shell 32 33 * datacenter/scripts/makecallistolinks: 34 - removed reason2 32 35 33 36 -
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.