Use pil_c rather than U3_LIB to copy pill

This commit is contained in:
Raymond Pasco 2016-08-28 13:12:34 -04:00
parent 1f8050aede
commit 25b2c007db

View File

@ -311,8 +311,8 @@ _sist_home()
// Copy urbit.pill.
//
{
snprintf(ful_c, 2048, "cp %s/urbit.pill %s/.urb",
U3_LIB, u3_Host.dir_c);
snprintf(ful_c, 2048, "cp %s %s/.urb",
u3_Host.ops_u.pil_c, u3_Host.dir_c);
printf("%s\r\n", ful_c);
if ( 0 != system(ful_c) ) {
uL(fprintf(uH, "could not %s\n", ful_c));