From ec7880f0b240eee1f829a23cdecb4bef75644eb6 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sun, 4 Nov 2018 15:19:09 +0000 Subject: [PATCH] fix printf format string --- zpm-contents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zpm-contents b/zpm-contents index 6bc470e..929feab 100755 --- a/zpm-contents +++ b/zpm-contents @@ -72,7 +72,7 @@ cols=${cols%,} printf "case\n"; printf "when filetype = 'd' then rtrim(path,'/') || '/'\n" - printf "when filetype = 'l' then printf('%s -> %s', path, target)\n" + printf "when filetype = 'l' then printf('%%s -> %%s', path, target)\n" printf "else path end as path\n" fi printf 'from packagefiles_pkgid\nwhere true\n' -- 2.40.0