mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 04:04:02 +03:00
Merge pull request #5915 from bradley-ray/bug-vere-u3-term-log-exit
vere: clean up terminal on invalid fake ship name
This commit is contained in:
commit
ac5842fd6e
@ -577,7 +577,7 @@ _boothack_doom(void)
|
||||
|
||||
if ( u3_nul == whu ) {
|
||||
u3l_log("boot: malformed -F ship %s\r\n", u3_Host.ops_u.fak_c);
|
||||
exit(1);
|
||||
u3_king_bail();
|
||||
}
|
||||
|
||||
bot = u3nc(c3__fake, u3k(u3t(whu)));
|
||||
|
Loading…
Reference in New Issue
Block a user