From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5212 invoked by alias); 10 Jan 2015 16:57:42 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34210 Received: (qmail 28628 invoked from network); 10 Jan 2015 16:57:30 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=CoYIqc8G c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=YNv0rlydsVwA:10 a=kR_mKiYs3w51LFyKRSEA:9 a=CjuIK1q_8ugA:10 From: Bart Schaefer Message-id: <150110085722.ZM28022@torch.brasslantern.com> Date: Sat, 10 Jan 2015 08:57:22 -0800 In-reply-to: Comments: In reply to Mikael Magnusson "Re: Crash when exporting scalar without value and getsparam fails" (Jan 10, 8:56am) References: <150109225231.ZM24510@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh workers Subject: Re: Crash when exporting scalar without value and getsparam fails MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Jan 10, 8:56am, Mikael Magnusson wrote: } Subject: Re: Crash when exporting scalar without value and getsparam fails } } On Sat, Jan 10, 2015 at 7:52 AM, Bart Schaefer } wrote: } > I think it should do nothing to the environment and return success. } > } > % bash -c 'unset IFS; export IFS; echo $?; printenv | grep IFS' } > 0 } > % } } Ah yes, this is what happens for other parameters in zsh too. So did I somehow miss that this is specific to IFS and doesn't affect exports in general? Or is there some other characteristic of the parameters that tickle this bug?