Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: convolutions
- X-seq: zsh-users 20935
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: convolutions
- Date: Sun, 8 Nov 2015 11:14:14 -0800
- 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 :mime-version:content-type; bh=PjuZAn0ngCabrQ/EQOVbmaLSEgEeQWx/WB5P3vXEXFA=; b=rK6PglxNaRQZUV4pYVbLI+UcngiMFdD3VnEMEMkL4WVZPtJcmXd3iyTL4ekHYQ1dyq pygPO3a14d7atMuSKzIK5nvUiUuaI6hFeOonh5YcKVpaLwlx/65Ya3JCJA5CV66gPhjH 4SvmO1SF7AiKkIEKEpFCaP9qe+63rz1zl16fAsstJ3L532r4vK/krfIIn+UfoNJtcf2q e5rLDUqjZtf70kFBVLs1zGZYJEL6iTYBWRff+Q0ic9vY9x2OLNSb9cJZ8wt4aLE17AzU Mj5ei2iVdEmlfA6bhH7hB8ELZJZMnXzopH38t3bq2KWj1cgyuulUOiI+U0ARTLdTILro 2bvA==
- In-reply-to: <563F69F3.9080402@eastlink.ca>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <563D5ED5.1070102@eastlink.ca> <CAH+w=7bzDJV5bLSr3=bVkAoOm-Yov3DU9w58eqr6daJFCNvw-w@mail.gmail.com> <n1lbo2$d3v$1@ger.gmane.org> <563F69F3.9080402@eastlink.ca>
On Nov 8, 7:27am, Ray Andrews wrote:
}
} > Or envsubst from gettext.
} >
} Sounds like precisely the thing. Alas, I tried it, and it strips the
} parameters but does not convert them unless each parameter is explicitly
} exported first, which makes the thing a bit cumbersome for general use.
} Is there a work-around?
setopt ALL_EXPORT before you assign any of the parameters involved. And
then probably unsetopt afterward ...
Messages sorted by:
Reverse Date,
Date,
Thread,
Author