]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/vredir3.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / vredir3.sub
CommitLineData
495aee44
CR
1# Right now, the {varname} mechanism does not honor set -u for compatibility
2unset v
3set -u
4exec {v}>&-
5
6echo after
7
8exit 0