Compare commits
1 Commits
4f2f6cac22
...
02ab85ac66
Author | SHA1 | Date | |
---|---|---|---|
02ab85ac66 |
@ -18722,6 +18722,8 @@ names: [_][]u8 =
|
|||||||
];
|
];
|
||||||
>args = arguments[..arguments.length - 1];
|
>args = arguments[..arguments.length - 1];
|
||||||
>execution = os_execute(arena, args, envp, zero);
|
>execution = os_execute(arena, args, envp, zero);
|
||||||
|
print(executable_path);
|
||||||
|
print("\n");
|
||||||
|
|
||||||
>success = execution.termination_kind == .exit and execution.termination_code == 0;
|
>success = execution.termination_kind == .exit and execution.termination_code == 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user