not yet children
This commit is contained in:
@@ -1,22 +1,12 @@
|
||||
#!/usr/bin/env miaou-bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
function blabla {
|
||||
echo IN blabla OUT
|
||||
>&2 echo stderr from utility
|
||||
# . lib/not_found_again.bash
|
||||
# lib/not_found_again.bash
|
||||
suite
|
||||
BASEDIR=$(dirname "$0")
|
||||
|
||||
function library {
|
||||
echo library loaded
|
||||
>&2 echo stderr from library
|
||||
"$BASEDIR/onemore.bash"
|
||||
}
|
||||
|
||||
function suite {
|
||||
command_not_found
|
||||
grep nope nope
|
||||
exit
|
||||
exit 10 # youpi
|
||||
echo $nope
|
||||
return 7
|
||||
return
|
||||
}
|
||||
|
||||
blabla
|
||||
library
|
||||
|
||||
@@ -92,8 +92,9 @@ function do_file_not_found {
|
||||
|
||||
function do_child_error {
|
||||
"$BASEDIR/extra/library.bash"
|
||||
# . "$BASEDIR/extra/library.bash"
|
||||
|
||||
echo SHOULD NOT APPEAR
|
||||
. "$BASEDIR/extra/library.bash"
|
||||
}
|
||||
|
||||
function do_command_error {
|
||||
|
||||
Reference in New Issue
Block a user