tvl-depot/users/Profpatsch/execline
Profpatsch 7d28f121c7 fix(users/Profpatsch/execline): fix exec_into_args off-by-1
We expect the users to pass an actual prog, not an argv, so 0 is the
program to exec into.

Also improve the exec error, by including the program we tried to exec
into (the rust IO error doesn’t contain the name).

Change-Id: I664f9f717e4f82bfc1b1da3bd7114124b7582d5f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2489
Reviewed-by: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
2021-02-06 21:38:57 +00:00
..
default.nix feat(users/Profpatsch/execline): add args_for_exec 2021-01-31 16:06:25 +00:00
exec_helpers.rs fix(users/Profpatsch/execline): fix exec_into_args off-by-1 2021-02-06 21:38:57 +00:00