Mail Archives: djgpp-workers/1999/03/04/08:22:55
On Thu, Mar 04, 1999 at 12:09:22PM +0200, Eli Zaretskii wrote:
[..]
> > 126,128c126,128
> > < if (PATH=.; alias -x) >/dev/null 2>&1; then
> > < inksh=true
> > < fi
> I think I know what happens here. The ported Bash runs parenthesized
> commands in the same process (because there's no fork), so any changes
> done there propagate into the script. Replace (foo) > /dev/null with
> `foo > /dev/null`, and it should work.
> Laszlo, how does this work for you? (I haven't myself built this
> version of Perl yet.)
I don't know :-) I'm not too familiar with bash scripts, but the bash
version I use (1.14.7.2 or something like this) has no problems with
this. I'm not sure about perl 5.005_02, but 5.004_02 was successfully
built by the stock 1.14.7 bash by several people.
Another workaround would be that Richard sends me his library &
headers, and I'll configure perl for him.
Laszlo
- Raw text -