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

Re: Zsh requires Bash? 2002 revisited



2018-01-07 08:48:34 +0000, Stephane Chazelas:
[...]
> One of those bugs at least causes the wrong options for yodl to
> be used and "-s" (strip) to be used.
> 
> $ posh -c 'case abc in *"b"*) echo yes; esac'
> $ posh -c 'case abc in *b*) echo yes; esac'
> yes
> 
> The patch below works around those, but it still doesn't build
> with posh.
[...]

With a fix to the posh issue
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886531#10),
zsh builds. So the other cases that break the build are probably
other instances of case something in *"x"* or *'x'*.

-- 
Stephane



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