Hi Luigi,
On Sat, 2025-02-08 at 04:21 -0700, Max Chernoff wrote:
> # Support setting the environment with "os.spawn".
> [...]
I found a couple small bugs with my implementation:
1. Passing the command-line as a table doesn't work if an environment
table is added.
2. Segfaults if a zero-length environment table is passed.
3. Skips the last passed environment variable.
The attached patch should fix all of these.