Changed interaction-environment for processing of command line
switches to user-environment. This made -s work.
This commit is contained in:
parent
6d9e7de153
commit
4088792f41
|
@ -233,8 +233,8 @@
|
|||
(current-error-port)
|
||||
args
|
||||
term-switch)
|
||||
(with-interaction-environment ;useless ?????????
|
||||
(environment-for-commands)
|
||||
(with-interaction-environment
|
||||
(user-environment)
|
||||
(lambda ()
|
||||
(begin
|
||||
(init-low-interrupt)
|
||||
|
|
Loading…
Reference in New Issue