Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: sourcing a sh file in zsh
- X-seq: zsh-workers 26429
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: Andrey Borzenkov <arvidjaar@xxxxxxxxx>
- Subject: Re: sourcing a sh file in zsh
- Date: Sun, 25 Jan 2009 11:51:42 +0100
- Cc: zsh-workers@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=178YYvo3JXF5X51FWxuFU7Zdwt+APT+gb+NLihiCfDE=; b=QaOSvZ4+EVzU55nHdURquDqt9b7G8byf45SmOh5OeGjc+0i/STdRCVGKgEi/FQezYM ZLQOVijsJa6vFYsJM940VGwALaqhEUU8LENzUBespzmYZB68JWgxcUzhKmxuzutw5+u4 aC8Zr7DwxKdPaneEZ1xMzf3N1n195cWsezf8I=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ivoAMnQEIRCKVELFc52+IommkEjLgu0od59VU6V+I0VfX0LhZpq/S8yy20i1QzoJ+J 81aleXxAVJnJLGY+vwvEM+O5H1bJjCL1BG/99T262qW8w6/ISm/MvTdvbzIv3MraktSw b5KIyQl+vOhHTT/1JMPJwQzNekrflEh0G/4LA=
- In-reply-to: <200901251341.44463.arvidjaar@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <BD9D2405-AD6A-4336-9C8A-85149165B6B8@xxxxxxxxx> <200901251156.04815.arvidjaar@xxxxxxxxx> <2d460de70901250225g37845bftbbf4b87f12997a7c@xxxxxxxxxxxxxx> <200901251341.44463.arvidjaar@xxxxxxxxx>
On Sun, Jan 25, 2009 at 11:41, Andrey Borzenkov <arvidjaar@xxxxxxxxx> wrote:
> I asked already - why would you want to create non-zsh function inline
> in zsh script?
Personally, I don't. I am simply giving feedback on what I think would be
a clean implementation and try to think of problems which might arise
in the future, either from syntax choices or from user behaviour.
> emulate -? sh -c "${$(<<-\HERE
What is the -? for?
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author