From cc612731047e7f15a5e3c4cdd042793345764d7c Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Fri, 7 Dec 2018 08:16:18 +0000 Subject: [PATCH] fix ambiguous column --- zpm-contents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zpm-contents b/zpm-contents index acd0636..18fac94 100755 --- a/zpm-contents +++ b/zpm-contents @@ -114,7 +114,7 @@ cols=${cols%,} if [ -n "$status" ]; then printf "and P.status = '%s'\n" "$status" fi - printf 'order by package,version collate vercmp, release, path\n' + printf 'order by PF.package, PF.version collate vercmp, PF.release, PF.path\n' printf ';\n' } | zpm shell $pkgfile #} | cat -- 2.40.0