On Tue, May 17, 2016 at 5:14 PM, Grisha Levit <[email protected]> wrote:
getopts can probably benefit from a nameref check too
actually quite a few places where unbind_variable is called have this
problem.
declare -n IGNOREEOF=UIDset +o ignoreeof
declare -n POSIXLY_CORRECT=UIDset +o posix
declare -n COMPREPLY=UIDf() { :; }
compgen -F f f
declare -n BASH_REMATCH=UID
[[ . =~ . ]]
