Skip to content

Fix #382: Make command-line options be case-sensitive instead of case-insenstive

Previously, command line options processed by Lisp were case-insensitive. This seems weird. With this change, command-line options are now case-sensitive.

Just replaced string-equal with string= in invoke-switch-demons.

Manually tested that "lisp -quiet" works, but "lisp -QUIET" gives a warning that "-QUIET" is unknown.

Merge request reports

Loading