fixed typo in sender- probably needs more work

This commit is contained in:
Michael Moon 2010-08-11 09:29:00 +10:00
parent 883c488107
commit c2881c47a7
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ stty $BAUD raw ignbrk -hup -echo ixon < $DEV
echo "< $REPLY"
done
read -t 1
$RV = $?
RV=$?
done
) 3<>$DEV