child_error ok

This commit is contained in:
pvincent
2026-07-30 16:39:42 +04:00
parent 4a0c23d52c
commit dcee8dd7fd
4 changed files with 68 additions and 14 deletions
+4 -4
View File
@@ -9,11 +9,11 @@ function onemore {
function do_next {
echo do_next
command_not_found
grep nope nope
exit
exit 10 # youpi
echo $nope
exit 10 # youpi
grep nope nope
command_not_found
exit
return 7
return
}