]> pd.if.org Git - zpackage/commitdiff
fix ambiguous column
authorNathan Wagner <nw@hydaspes.if.org>
Fri, 7 Dec 2018 08:16:18 +0000 (08:16 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Fri, 7 Dec 2018 15:48:11 +0000 (15:48 +0000)
zpm-contents

index acd06362da3edf78791437629a1efb9853eb2d9d..18fac9443dc45360dbb947f89c7bfcf40042c12f 100755 (executable)
@@ -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