repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
testing
/
3.OriginalTest.dir
/
3.cli
/
vredir
/
vredir3.sub
blob
358ded219f97ff402a1c1cf714d4ae79f5f94566
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