Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Feature request: Bash compliance
- X-seq: zsh-workers 38920
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Sebastian Hoffner <info@xxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: Feature request: Bash compliance
- Date: Fri, 22 Jul 2016 11:35:54 -0700
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject:cc :mime-version; bh=OnsnL5ikRQbX2Vakn+eu/9Ml7nk/r6I7R+thsLEC0+I=; b=XPFqEm7gavrDAQeWG9IF8S8AybSDpDwQrQF5SiojXPn9zHxR0bRyOuEHXeA5Dtstb2 VZYxRCp6LXSUA/5jizsqnTFE/u5NTif/H02Ph/GqDG1u7rg622DWr1rpMcJBGQ+QzM48 qIRvV8Sfu6g4JJMUlCSblnfCf+qWLYxZ1RVpZnto+untEAOtiAGubZGXNtxV/boDmrgk bbCoo/tXq/8dSmAsT0oyMxAHCC0XU/PKX+Xw4BwFEGjLMSizWj4xS4BbLBNg+IXWey0A vjb7i0e5fQaZOD4evFAGTWl+2wO8FMG8s+EGACFSGtUNo/ZOUr/3J/oh7lQDZ04v7nkz /5bw==
- In-reply-to: <CAJnbjpAcaAwTZwreahzxDCobHxPZOmp3onxnWZrfp-nYr8_WQg@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAJnbjpAJWFdTHHJc5DqQvipavoYk8CpBQRDqaP+Mg_SrCqnJ9g@mail.gmail.com> <CAH+w=7YnLYDrSMT7KR3G8QwrZNVKTonsjmOA85jM0JwY8Mmsog@mail.gmail.com> <CAJnbjpAcaAwTZwreahzxDCobHxPZOmp3onxnWZrfp-nYr8_WQg@mail.gmail.com>
On Jul 22, 3:51pm, Sebastian Hoffner wrote:
} Subject: Re: Feature request: Bash compliance
}
} I ran into problems which are detailed here:
} https://github.com/intuit/wasabi/issues/49 . My zsh is installed via
} homebrew: zsh 5.2 (x86_64-apple-darwin15.4.0).
torch% case this in
case> this) echo now that;&
case> that) echo this is that;;
case> esac
now that
this is that
torch%
I would note that wasabi.sh begins with
#!/usr/bin/env bash
which has the consequence that zsh is going to hand it off to bash even
if your $SHELL is zsh, unless you are explicitly passing it to zsh with
e.g. "zsh wasabi.sh". So I think the problem here is all bash-3.2 and
not zsh.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author