1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

(scm_shell): Evaluate the compiled switches in the

current module, not in the root module.
This commit is contained in:
Marius Vollmer 2001-05-19 00:22:51 +00:00
parent f366ed28ee
commit deec8fc26c

View file

@ -675,7 +675,7 @@ scm_shell (int argc, char **argv)
}
exit (scm_exit_status (scm_eval_x (scm_compile_shell_switches (argc, argv),
scm_the_root_module ())));
scm_current_module ())));
}