diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -40,9 +40,7 @@ Tasks * Drop mksysconf. * In executables, print error (using `printf`) and exit if `ob_set_text_domain()` fails. - * Make `set -e` and drop `return 125` from library functions. `shift` - arguments, and exit (with `kill`) if `shift` returns non-zero (POSIX only - says the shell "may exit"). + * Make `set -e`. * Make `ob_error()` non-fatal and use in libopkbuild in places where functions return on error. |