From: Nathan Wagner Date: Sun, 4 Nov 2018 15:19:09 +0000 (+0000) Subject: fix printf format string X-Git-Tag: v0.2.16~33 X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=ec7880f0b240eee1f829a23cdecb4bef75644eb6 fix printf format string --- 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'