mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-24 10:33:22 +03:00
new ships get directories
This commit is contained in:
parent
07a194218f
commit
6814513ff9
2
v/unix.c
2
v/unix.c
@ -1102,7 +1102,7 @@ _unix_home(u3_noun who)
|
||||
|
||||
_unix_ship_out(who, who_w);
|
||||
for ( hot_u = unx_u->hot_u;
|
||||
hot_u && _(_unix_ship_sing(who_w, hot_u->who_w));
|
||||
hot_u && !_(_unix_ship_sing(who_w, hot_u->who_w));
|
||||
hot_u = hot_u->nex_u )
|
||||
{
|
||||
// uL(fprintf(uH, "uh: %p, %s\n", hot_u, hot_u->dir_u.pax_c));
|
||||
|
Loading…
Reference in New Issue
Block a user