bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can ksh script alter the environment of parent bash?


From: Paul Jarc
Subject: Re: Can ksh script alter the environment of parent bash?
Date: Wed, 01 Aug 2001 11:12:24 -0400
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7

Dennis Liu <do@not.reply.this> writes:
> I have some ksh scripts that use some features that bash haven't. And these
> scripts set some environment variables. When running under ksh with the "."
> command, Everything goes smoothly. But when running under bash, syntax error
> occurs.

Put the environment variable assignments in a separate script.  Then
you can use that script with bash and ksh.


paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]