From 43cbb0a97209bed1c38ff6f52b02fd323704601d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 4 Oct 2015 10:01:11 +0200 Subject: [PATCH] move sort to the end of pipe chain --- wwwbin/consistency-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwbin/consistency-check.sh b/wwwbin/consistency-check.sh index 3e7b782..25ed2c3 100755 --- a/wwwbin/consistency-check.sh +++ b/wwwbin/consistency-check.sh @@ -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() { -- 2.43.0