Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH 1/1] Squashed commit of the following:
- X-seq: zsh-workers 42927
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH 1/1] Squashed commit of the following:
- Date: Sun, 3 Jun 2018 21:46:08 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=Jz8fNc LUYgiE195Z6+8lZ6I+2vyWEkcJHHcpm/pHymY=; b=j6pz2YCvQLqN5lxcmihQa9 uc5bdillKkiIukHSy3GoUSuq+qsNWJIAvMv0EAyyXhO4aomq8MjaZRoRsIxbjQST E+HOoB922CMnMMcVUdgjjH2+UIKaFexECal9aj/vhWQqxuVkPMrdVWyKZIGGu1/T 76cuWlErfL5+QJX7waZBgLHHcwownhy9tRQZqwdOl5LKaVpDsttwAgMocWJSu9LN npdWFnofuJ7xO5Y5Y2AnQuQaf4g4l6hJJx+Pdnul3e2phMoVeOpU58nqZL9EbGx+ 0P8vnLeH9F2WZ5WSCqFkMtJYW5Of2xq0mKcOwIkaab8MqT4hhgnKvcKwgj5e90FA ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=Jz8fNc LUYgiE195Z6+8lZ6I+2vyWEkcJHHcpm/pHymY=; b=GUnbj7wGX87jWhdJanmOHI ww2qjlCwePO9eaIoQ7ACIJOcCbWIkNIh13nk0QW+og6JBnMylgkYM+/ZWIobiMsU WsqZdUu7KvfYkVbfIxgGPLOdThps4G7C2i2MdklmEXRH3SWCpKdEWSPSHW7PFbrC Vpsl0gc3gR+HArltgrTjr8fbofOvL9gfnYmmElRivOAuoA9DHTBXpeK9sUDg8UsZ FNJqT7DiMtzIpUbDJUl8d6eFny0SdbbjbDCksena5s8k+kQ0hmDq6odvqI9Y2Y65 CuR8kO0s86/961zWT/pHwtUev41H9gBeHGqmikpUgv01MouOunM8ZmID+Ry46o8Q ==
- In-reply-to: <31972.1527893117@thecus>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180526161403.4860-1-doron.behar@gmail.com> <20180526161403.4860-2-doron.behar@gmail.com> <5942.1527504539@thecus> <20180529153821.nmwa5yojlusioxti@NUC.doronbehar.com> <13666.1527631249@thecus> <20180530124707.xp6loetwnplkypk2@NUC.doronbehar.com> <16604.1527694987@thecus> <20180601071850.4z3h6cvkuvva3nby@NUC.doronbehar.com> <20180601133048.m7crvdzodzntxcsq@NUC.doronbehar.com> <31972.1527893117@thecus>
Oliver Kiddle wrote on Sat, Jun 02, 2018 at 00:45:17 +0200:
> Doron Behar wrote:
> > print user_config_path=$user_config_path > ${cache_dir}/luarocks_configs_paths
> > print system_config_path=$system_config_path >> ${cache_dir}/luarocks_configs_paths
>
> You might need to quote the values with ${(qq)user_config_path} in case
> they have spaces in their values.
… and if they can have backslashes, pass -r to print so they round-trip correctly.
(Or just use 'typeset -p')
Messages sorted by:
Reverse Date,
Date,
Thread,
Author