mirror of
https://github.com/urbit/shrub.git
synced 2024-12-11 11:02:25 +03:00
main: repath scry path
This commit is contained in:
parent
8191955eff
commit
3f1c526d2e
@ -129,7 +129,7 @@ _main_getopt(c3_i argc, c3_c** argv)
|
||||
break;
|
||||
}
|
||||
case 'Y': {
|
||||
u3_Host.ops_u.puk_c = strdup(optarg);
|
||||
u3_Host.ops_u.puk_c = _main_repath(optarg);
|
||||
break;
|
||||
}
|
||||
case 'Z': {
|
||||
|
Loading…
Reference in New Issue
Block a user