mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
-r also works together with -e/-p options
This commit is contained in:
parent
6e5f1e80f3
commit
03fcf059c9
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -467,7 +467,7 @@ void run_main (int argc, char **argv) {
|
||||||
}
|
}
|
||||||
|
|
||||||
done_options:
|
done_options:
|
||||||
if (! quit) {
|
if (!quit || main_symbol != NULL) {
|
||||||
load_init();
|
load_init();
|
||||||
/* build argument list */
|
/* build argument list */
|
||||||
if (i < argc)
|
if (i < argc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue