shebang env sh stopped working with coreutils-8.32-1

Daniel Jeliński djelinski1@gmail.com
Wed Jun 1 12:33:35 GMT 2022


Hi all,
As the title says. To reproduce:
- create a file (test.sh) with the following contents:

#!/usr/bin/env sh
echo success

- make it executable (chmod a+x test.sh)
- execute (./test.sh)

With coreutils-8.26-2 the script prints "success". With
coreutils-8.32-1 and 9.1-1 nothing happens.
Regards,
Daniel


More information about the Cygwin mailing list