decision: not sure if we will implement shell script execution, it is not subject-required

This commit is contained in:
Khaïs COLIN 2025-02-11 14:26:32 +01:00
parent d72613c29f
commit 6672aec007
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

View file

@ -460,7 +460,9 @@ an optional list of arguments, the following actions are taken.
4. If this execution fails because the file is not in executable format, and 4. If this execution fails because the file is not in executable format, and
the file is not a directory, it is assumed to be a "shell script" and the the file is not a directory, it is assumed to be a "shell script" and the
shell executes it as described in _Shell Scripts_. shell executes it as described in _Shell Scripts_.
TODO: check if we need to implement the _Shell Scripts_ behaviour
NOTE: we will _maybe_ implement this, we will see. It does not seem to be
required.
5. The shell waits for the command to complete and collects its exit status. 5. The shell waits for the command to complete and collects its exit status.