Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!cs.utexas.edu!sun-barr!ccut!s.u-tokyo!riksun!rknss1!rkna50!rkna50.riken.go.jp From: carlos@rkna50.riken.go.jp (Carlos Alberto) Newsgroups: comp.unix.shell Subject: zsh 2.00.03 bug Message-ID: <11323@rkna50.riken.go.jp> Date: 19 Jun 91 05:47:32 GMT Sender: news@rkna50.riken.go.jp Organization: Institute of Physical & Chemical Research (RIKEN) Saitama,Japan Lines: 18 The following does not work in zsh 2.00.03: A=abcd B=ab echo ${A#$B} answers abcd. However, echo ${A#ab} answers cd, as it should. This behaviour was observed in a Sun sparc running 4.03 and in a Mips 6280 under RISC/os 4.52. Another problem: I could not build zsh in a Sun 3 under 3.5, because the loader cannot find FD_SET and FD_ZERO, which are used in zle_main.c. Any help would be apreciated. Carlos Carvalho