mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-16 10:01:16 +01:00
37646: bit missed out of previous readonly commit.
I mean, the commit about readonly. Commits aren't readonly, this is git.
This commit is contained in:
parent
896f43c72b
commit
d0cd9032d8
1 changed files with 5 additions and 0 deletions
|
@ -706,3 +706,8 @@
|
|||
>typeset -a array=( '' two '' four )
|
||||
>typeset -a array=( one '' three )
|
||||
>no really nothing here
|
||||
|
||||
readonly isreadonly=yes
|
||||
typeset isreadonly=still
|
||||
1:typeset returns status 1 if setting readonly variable
|
||||
?(eval):2: read-only variable: isreadonly
|
||||
|
|
Loading…
Reference in a new issue