Estimated hours taken: 0.5
Bug fix for getopt (from Philip Dart).
library/getopt.m:
Handle "-" correctly - it was silently ignoring it. It should be
treated as if it is a normal argument, not an option.
tests/hard_coded/Mmake:
tests/hard_coded/getopt_test.m:
tests/hard_coded/getopt_test.exp:
Test case for this bug.