doc: NEWS: mention that sort --compress=script needs a shebang

* NEWS: Mention that we don't fall-back to executing /bin/sh <script>
for malformed scripts that don't start with #!..., or any executable
that returns ENOEXEC in general.
This commit is contained in:
Pádraig Brady 2025-10-31 14:17:31 +00:00
parent f287a2940c
commit eff5f82e92

5
NEWS
View File

@ -42,8 +42,9 @@ GNU coreutils NEWS -*- outline -*-
** Changes in behavior
'sort' will continue without compressing temporary files if the
program specified by --compress-program cannot be executed.
'sort --compress-program' will continue without compressing temporary files
if the specified program cannot be executed. Also malformed shell scripts
without a "shebang line" will no longer be executed.
** New Features