The executable supplied here was compiled with Manx Version 3.30E (a beta
test copy).  Since it turned up a compiler bug while compiling exe_cmd() in
script.c, I am somewhat concerned about other possible bugs that have not
yet come to light in the last few days I have used this executable.

The bug workaround in script.c was to change the storage class of the
auto variables in exe_cmd() from auto to register.  The bug symptom was
the for loop to downcase the command wasn't working properly.  I didn't
investigate further...

-Fred
