The status wrapper adds "*** EXIT code n" to the output. check_for_board_status tries to strip this, but the old regexp would only strip a CR or an LF, not both, so we were left with a trailing CR if the target uses the DOS EOL convention. Fixed thus. OK? 2002-02-28 Jason Merrill * lib/remote.exp (check_for_board_status): Remove both CR and LF at the beginning of the status wrapper output.