From 4088792f4129e51039f8d4c0bae3e1dda1df4f85 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Mon, 9 Oct 2000 09:44:20 +0000 Subject: [PATCH] Changed interaction-environment for processing of command line switches to user-environment. This made -s work. --- scsh/top.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scsh/top.scm b/scsh/top.scm index 8211893..fb9df12 100644 --- a/scsh/top.scm +++ b/scsh/top.scm @@ -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)