command error

This commit is contained in:
pvincent
2026-07-25 14:34:07 +04:00
parent 1d60766305
commit 98deda9e6c
4 changed files with 10 additions and 8 deletions
+5
View File
@@ -94,6 +94,11 @@ function do_subshell_error {
"$BASEDIR/extra/library.bash"
}
function do_command_error {
>&2 echo nope is not defined!
grep nope nope
}
# FUNCTIONS
function call_function_which_will_exit {