mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 15:43:02 +02:00
When timestamping of scripts was added, we unfortunately started to record the exitstatus of `ts(1)`, rather than the script itself. Refactor the metadata collection to use `time(1)` instead, which will propagate the inferior's exitcode. This will also allow us to collect other parameters in the future.