mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-27 01:44:21 +00:00
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:
parent
f287a2940c
commit
eff5f82e92
5
NEWS
5
NEWS
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user