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)
|
(current-error-port)
|
||||||
args
|
args
|
||||||
term-switch)
|
term-switch)
|
||||||
(with-interaction-environment ;useless ?????????
|
(with-interaction-environment
|
||||||
(environment-for-commands)
|
(user-environment)
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(begin
|
(begin
|
||||||
(init-low-interrupt)
|
(init-low-interrupt)
|
||||||
|
|
Loading…
Reference in New Issue