mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
"Stop" should be "stomp" in fish.cpp comment
This commit is contained in:
parent
834ebef53c
commit
1363c7468d
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ int main(int argc, char **argv)
|
|||
const io_chain_t empty_ios;
|
||||
if (read_init(paths))
|
||||
{
|
||||
/* Stop the exit status of any initialization commands (#635) */
|
||||
/* Stomp the exit status of any initialization commands (#635) */
|
||||
proc_set_last_status(STATUS_BUILTIN_OK);
|
||||
|
||||
/* Run the commands specified as arguments, if any */
|
||||
|
|
Loading…
Reference in a new issue