bug-bash
[Top][All Lists]
Advanced

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

Re: Global variable modification by nameref chain


From: Grisha Levit
Subject: Re: Global variable modification by nameref chain
Date: Fri, 6 May 2016 09:28:56 -0400

The issue I was trying to raise is that assignment modifies the global variable but expansion uses the local value.
If the assignment to the global variable is intentional, then shouldn't expansion use the global variable's value as well?


reply via email to

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