improve of cmpl.
[bush.git] / tests / vredir3.sub
blob358ded219f97ff402a1c1cf714d4ae79f5f94566
1 # Right now, the {varname} mechanism does not honor set -u for compatibility
2 unset v
3 set -u
4 exec {v}>&-
6 echo after
8 exit 0