1
0
Fork 0
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:
Peter Stephenson 2016-01-19 09:49:40 +00:00
parent 896f43c72b
commit d0cd9032d8

View file

@ -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