[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: variable set in exec'ing shell cannot be unset by child shell
From: |
Ti Strga |
Subject: |
Re: variable set in exec'ing shell cannot be unset by child shell |
Date: |
Fri, 13 Oct 2023 14:52:16 -0400 |
On Fri, Oct 13, 2023 at 2:22 PM Dale R. Worley <worley@alum.mit.edu> wrote:
> $ bash -version
> GNU bash, version 5.1.0(1)-release (x86_64-redhat-linux-gnu)
If I can get 5.1.x installed, I'll try with that; if the behavior is no longer
exhibited then it's possible something got wonky between then and
5.2.15. And if the behavior is still there, then it becomes more likely
that it's local to us in some way. Either way, more knowledge.
Thanks!
- variable set in exec'ing shell cannot be unset by child shell, Ti Strga, 2023/10/13
- Re: variable set in exec'ing shell cannot be unset by child shell, Dale R. Worley, 2023/10/13
- Re: variable set in exec'ing shell cannot be unset by child shell,
Ti Strga <=
- Re: variable set in exec'ing shell cannot be unset by child shell, Greg Wooledge, 2023/10/13
- Re: variable set in exec'ing shell cannot be unset by child shell, Robert Elz, 2023/10/13
- Re: variable set in exec'ing shell cannot be unset by child shell, Robert Elz, 2023/10/14
- Re: variable set in exec'ing shell cannot be unset by child shell, Martin D Kealey, 2023/10/15
- Re: variable set in exec'ing shell cannot be unset by child shell, Chet Ramey, 2023/10/16
Re: variable set in exec'ing shell cannot be unset by child shell, Chet Ramey, 2023/10/13