mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
This fixes the following regressions marked TODO in attributes.sh: $ typeset -L 13 bar; readonly bar; typeset -p bar typeset -r -L 0 foo # exp.: typeset -r -L 13 foo $ typeset -R 13 bar; readonly bar; typeset -p bar typeset -r -R 0 bar # exp.: typeset -r -R 13 bar $ typeset -Z 13 baz; readonly baz; typeset -p baz typeset -r -Z 0 -R 0 baz # exp.: typeset -r Z 13 -R 13 baz I've discovered that these were briefly fixed between |
||
---|---|---|
.. | ||
cmd | ||
lib | ||
Mamfile |