1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 18:21:01 +00:00
uutils-coreutils/seq
Brian Anderson 0ee4fb0576 Handle exit status more consistently. #211
This changes the `uumain` functions to return the exit code as `int`.

It does not eliminate all calls to `os::set_exit_status` and `libc::exit`.
2014-06-11 21:48:38 -07:00
..
seq.rs Handle exit status more consistently. #211 2014-06-11 21:48:38 -07:00
test.rs Update tests to use std::process:Command 2014-05-17 15:52:51 +02:00