Bug Fix - #329 task shell convert all characters to lowercase

- Fixed bug that inadvertently converted the entire command line to
  lower case in the shell, rather than just the command, for testing
  against the "quit" string (thanks to Juergen Daubert).
This commit is contained in:
Paul Beckingham 2009-11-26 09:41:47 -05:00
parent d44e9363f0
commit b7726bce21
3 changed files with 8 additions and 4 deletions

View file

@ -41,3 +41,5 @@ Thanks to the following, who submitted detailed bug reports and excellent sugges
Ian Mortimer
Zach Frazier
Joe Pulliam
Juergen Daubert