fixme SUBERROR exit code
This commit is contained in:
@@ -13,10 +13,9 @@ function do_subshell_false {
|
||||
}
|
||||
|
||||
function do_subshell_term {
|
||||
# grep nope nope
|
||||
echo "found=$(command_not_found)"
|
||||
echo "found=$(grep nope nope)"
|
||||
command_not_found
|
||||
echo "found1=$(command_not_found)"
|
||||
echo "found2=$(grep nope nope)"
|
||||
echo SHOULD NOT SHOW UP!
|
||||
}
|
||||
|
||||
function do_last_false {
|
||||
|
||||
Reference in New Issue
Block a user