subshell_term error ok

This commit is contained in:
pvincent
2026-07-21 17:32:56 +04:00
parent 82814771d0
commit 1955ae5b23
2 changed files with 17 additions and 10 deletions
+2
View File
@@ -8,6 +8,7 @@ readonly BASEDIR
# SCENARII
function do_subshell_false {
echo 'about to echo false'
result=$(false)
}
@@ -37,6 +38,7 @@ function do_unbound_associative {
function do_false {
echo before false
echo -n 'paragraph...'
false
echo after false
}