fixme SUBERROR exit code

This commit is contained in:
pvincent
2026-07-21 17:42:31 +04:00
parent 1955ae5b23
commit f62023bb31
2 changed files with 4 additions and 4 deletions
+1
View File
@@ -30,6 +30,7 @@ function exit {
function on_usr1 {
cleanup
# FIXME: get exit code from MIAOU_BASH_SUBERROR
builtin exit 1
}