freebsd-dev/usr.bin/script
Warner Losh f9177b6c91 Have script accept and ignore -e for Linux compat
In the util-linux version of script, it will always exit with succes.
Except when run with -e, in which case it will have the exit value of
the child. BSD Script already uses the child's exit value for its exit
value. Some config and other helper scripts depend on being able to
specify -e. Accept it for compatibility since we'll already to the
right thing, but otherwise we ignore it.
2020-09-01 16:11:23 +00:00
..
Makefile
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
script.1 Have script accept and ignore -e for Linux compat 2020-09-01 16:11:23 +00:00
script.c Have script accept and ignore -e for Linux compat 2020-09-01 16:11:23 +00:00