1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

Wayne: pattern.c unitialised var

Zero-length arrays now possible with $array[1,0]
This commit is contained in:
Peter Stephenson 2000-05-31 08:56:23 +00:00
parent d5b6d1f40c
commit 7bf294f2b8
10 changed files with 190 additions and 170 deletions

View file

@ -99,6 +99,7 @@
# can't be bothered with -S
sleep 1
cat unmodified
touch newnewnew
[[ -N newnewnew && ! -N unmodified ]]