Mail Archives: djgpp-workers/2001/01/07/13:27:47
> From: "Tim Van Holder" <tim DOT van DOT holder AT pandora DOT be>
> Date: Sun, 7 Jan 2001 10:58:00 +0100
>
> I took a look at src/libc/dos/process/dosexec and it would seem there
> is no such problem after all; .sh and friends simply aren't tried BEFORE
> an extensionless file.
Yes. I thought you were actually experiencing problems with foo.sh,
that's why I was surprised.
> (and Eli, you might want
> to amend that entry in wc204.txi, as it's __spawnve, and not
> __dosexc_find_on_path that skips interpreted extensions).
Yes, thanks for pointing this out.
However, it doesn't seem to be right to have __dosexec_find_on_path
and __spawnve behave differently in this regard, especially since
(IIRC) Mark wanted __dosexec_find_on_path to be changed in the first
place.
As far as I could tell from the djgpp-workers archives,
__dosexec_find_on_path wasn't changed because Bash didn't need that.
But perhaps we should change it anyway.
- Raw text -