main.c, emphasize batch termination with sp_shutdown(EXIT_NORMAL) invocation
This commit is contained in:
parent
44362f6760
commit
ca43d4d57e
|
|
@ -1299,11 +1299,12 @@ evl:
|
|||
sp_shutdown(EXIT_BAD);
|
||||
}
|
||||
|
||||
return sp_shutdown(EXIT_NORMAL);
|
||||
} /* --- if (ft_batchmode) --- */
|
||||
else {
|
||||
cp_interactive = TRUE;
|
||||
app_rl_readlines(); /* enter the command processing loop */
|
||||
} /* --- else (if (ft_batchmode)) --- */
|
||||
|
||||
|
||||
cp_interactive = TRUE;
|
||||
app_rl_readlines(); /* enter the command processing loop */
|
||||
|
||||
#else /* ~ SIMULATOR */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue