-r also works together with -e/-p options

This commit is contained in:
Alex Shinn 2013-06-19 23:20:31 +09:00
parent 6e5f1e80f3
commit 03fcf059c9

2
main.c
View file

@ -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)