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:
parent
f366ed28ee
commit
deec8fc26c
1 changed files with 1 additions and 1 deletions
|
@ -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 ())));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue