]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
move sort to the end of pipe chain
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 4 Oct 2015 08:01:11 +0000 (10:01 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 4 Oct 2015 08:01:11 +0000 (10:01 +0200)
wwwbin/consistency-check.sh

index 3e7b7821b69c01ab1bb88ab8cadbe5d9b481850e..25ed2c32563b320c7c9c46806e76d4237f7fa1ad 100755 (executable)
@@ -63,7 +63,7 @@ gen_list() {
        --ignore "libpurple-protocol-skype-*.x86_64" \
        --ignore "nagios-plugin-check_cciss-*" \
        --ignore "libpng1*" \
-       --verify=deps -Q "$@" | filter_deps $arch | group_deps | sort | pkg2src "$@"
+       --verify=deps -Q "$@" | filter_deps $arch | group_deps | pkg2src "$@" | sort
 }
 
 gen_list_uniq() {
This page took 0.119481 seconds and 4 git commands to generate.