1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-07 15:56:04 +02:00

not 23562 but should have been: test correction

This commit is contained in:
Peter Stephenson 2007-06-18 13:39:56 +00:00
parent abae4fe16e
commit 5d6e1ce9c4
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2007-06-18 Peter Stephenson <pws@csr.com>
* unposted (should be in 23562): Test/C01arith.ztst: stupidity
strikes again
* 23562: README, Doc/Zsh/options.yo, Doc/Zsh/params.yo,
Src/exec.c, Src/glob.c, Src/options.c, Src/params.c, Src/subst.c,
Src/zsh.h, Src/Modules/mapfile.c, Src/Modules/parameter.c,

View File

@ -93,7 +93,7 @@
(( newarray[unsetvar] = 1 ))
2:error using unset variable as index
?(eval):1: assignment to invalid subscript range
?(eval):1: newarray: assignment to invalid subscript range
integer setvar=1
(( newarray[setvar]++ ))