[27123] in Athena Bugs
Re: frivolous tellme bug
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Fri Sep 28 03:59:40 2007
Date: Fri, 28 Sep 2007 03:59:14 -0400 (EDT)
Message-Id: <200709280759.l8S7xExW004279@wax-lion.mit.edu>
To: belmonte@mit.edu (Matthew Belmonte)
In-reply-to: "[27122] in Athena Bugs"
From: Jonathon Weiss <jweiss@mit.edu>
X-Spam-Flag: NO
X-Spam-Score: 0.00
Cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu
Typing
tellme "favourite colour"
at the shell prompt produces "I don't know about favourite colour."
whereas it ought to produce "Red, no, blue...AAAAAAaaaaaaahhhhhhh".
(Note that Monty Python are a British group, and use British spellings.)
This omission can be remedied by inserting the following lines between current
lines 69 and 70 of /usr/athena/bin/tellme
favourite\ colour)
echo "Red, no, blue...AAAAAAaaaaaaahhhhhhh"
;;
Fixed, though I didn't take your patch.
Jonathon