|
|
@ -9,8 +9,8 @@ readonly BASEDIR |
|
|
|
|
|
|
|
|
function do_subshell_term { |
|
|
function do_subshell_term { |
|
|
# grep nope nope |
|
|
# grep nope nope |
|
|
echo "found=$(grep nope nope)" |
|
|
|
|
|
echo "found=$(command_not_found)" |
|
|
echo "found=$(command_not_found)" |
|
|
|
|
|
echo "found=$(grep nope nope)" |
|
|
command_not_found |
|
|
command_not_found |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|