fileset

git mirror of https://ccx.te2000.cz/bzr/fileset
git clone https://ccx.te2000.cz/git/fileset
Log | Files | Refs | README

commit 5be8c4de5ef47dc035db8c6b515dae2ad970649c
parent 875e03853973263670fdd097bd312c1b49d9abb6
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Fri, 15 Jan 2021 18:32:13 +0100

Double-escaping content_call
Diffstat:
Mzsh-functions/confz_fileset_init | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh-functions/confz_fileset_init b/zsh-functions/confz_fileset_init @@ -287,5 +287,5 @@ confz_fs_c_do() { confz_fs_contentnl_check() { checkvars filename content - require fs_c :filename \?flags content_call="printf '%s\n' "${(q)vars[content]} + require fs_c :filename \?flags content_call="printf '%s\n' "${(q)${(qqq)vars[content]}} }