Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH 1/1] Squashed commit of the following:



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