[projects/pld-ftp-admin] move sort to the end of pipe chain

baggins baggins at pld-linux.org
Sun Oct 4 10:01:34 CEST 2015


commit 43cbb0a97209bed1c38ff6f52b02fd323704601d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Oct 4 10:01:11 2015 +0200

    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() {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-ftp-admin.git/commitdiff/43cbb0a97209bed1c38ff6f52b02fd323704601d



More information about the pld-cvs-commit mailing list