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