Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

new? array syntax under 3.1.1 - please help



Hi,

I just noticed that

#!/bin/zsh
echo $argv[2]
echo $argv[-1]
Dest=$argv[-1]
echo $Dest


doesn't work anymore - it breaks some scripts of mine.

and according to the (current?) man pages it should.

Thanks for any hints,
Helmut Jarausch


--
Helmut Jarausch
Lehrstuhl f. Numerische Mathematik
Institute of Technology
RWTH Aachen
D 52056 Aachen, Germany





Messages sorted by: Reverse Date, Date, Thread, Author