Mail Archives: djgpp-workers/1999/01/17/05:23:19
On Fri, 15 Jan 1999, Mark E. wrote:
> The attached patch fixes the builtin command exec so a search for
> '/bin/sh' finds '/bin/sh.exe'.
IMHO, this is not enough. We don't want to force users to have a /bin
directory on each drive, and we don't want to force them to have
sh.exe in /bin.
Why not make Bash look along the PATH for sh.EXT (where EXT is any
excutable extension)? After all, that is what DJGPP does when it sees
#!/bin/sh in a script, so we might as well opt for uniformity here.
- Raw text -