witty-crayon-22786
11/21/2022, 7:18 PMexperimental_shell_command
list (which i think would be good in either a Project
board or stabilization ticket): the tools
list is required even if no tools are used (i.e. if all you need is bash
itself)ancient-vegetable-10556
11/21/2022, 7:19 PMwitty-crayon-22786
11/21/2022, 7:20 PMbash
, and in all the other cases it’s probably a useful bit of guidance that you’ll need to declare the tools you use.ancient-vegetable-10556
12/02/2022, 4:53 PMtools
, and fails to specify them, it looks like bash
has a reliable error code of 127
for command-not-found errors.witty-crayon-22786
12/02/2022, 6:07 PMancient-vegetable-10556
12/02/2022, 6:07 PMwitty-crayon-22786
12/02/2022, 6:07 PMancient-vegetable-10556
12/02/2022, 6:08 PMwitty-crayon-22786
12/02/2022, 6:09 PMancient-vegetable-10556
12/02/2022, 6:10 PM$ echo fleh
would raise an error log, alerting you to update your tools
,
`$ echo `fleh``
would fail silently, but that would fail silently either way.