HEADSUP maintainers: Packages install scripts without execute permissions
Dave Korn
dave.korn.cygwin@googlemail.com
Mon Jun 22 19:38:00 GMT 2009
Eric Blake wrote:
> Indeed - changing things to be 'bash script' instead of the current 'bash -c
> script' would make the use of alternative interpreters harder. But it does not
> make it impossible; you can always do:
>
> #!/bin/sh
> /bin/awk <<\EOF
> ...
> EOF
>
> instead of
>
> #!/bin/awk
Yes, but that does seem a bit awkward.
cheers,
DaveK
--
*rimshot*
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
More information about the Cygwin
mailing list