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]
/
tests
/
nameref2.sub
blob
547cc199cb64e777360190fb894ab94019efdcf3
1
# test readonly nameref variables
2
# ksh93 allows this but not typeset -rn ref=foo?
3
typeset -n ref=foo
4
readonly ref
5
foo=4
6
7
echo $ref