in reply to Re: How to change a script's environment after the script is already run, based on shell sourcing ?
in thread How to change a script's environment after the script is already run, based on shell sourcing ?
But I can easily imagine (and have seen) examples where the value assigned to a relevant exported variable refers to some other shell variable that was set previously in the same file (and not necessarily exported), or is the output of some back-ticked command, or other arcane cleverness. For shell scripts like that, you really don't want this approach.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to change a script's environment after the script is already run, based on shell sourcing ?
by rjray (Chaplain) on Sep 29, 2006 at 04:18 UTC |