Re: [PATCH] docs: More hints on #! parsing

2019-09-26 Thread Chet Ramey
On 9/25/19 4:33 PM, Eric Blake wrote: > Just because Linux does not split whitespace on #! lines does not mean > that all operating systems behave the same. Mention the recent > coreutils 8.30 'env -S' addition for working around interpreter > argument limitations, as well as the use of env to loc

Re: [PATCH] docs: More hints on #! parsing

2019-09-25 Thread Stephane Chazelas
2019-09-25 15:33:24 -0500, Eric Blake: [...] > Bash scripts often begin with @code{#! /bin/bash} (assuming that > Bash has been installed in @file{/bin}), since this ensures that > Bash will be used to interpret the script, even if it is executed > -under another shell. > +under another shell.