From bc6a38dcbfd05fb3572429c32944643fef1ea6f4 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 24 May 2016 14:00:23 +0200 Subject: xmypkgs: fix pipe. --- xmypkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmypkgs') diff --git a/xmypkgs b/xmypkgs index 4520462..8e8f498 100755 --- a/xmypkgs +++ b/xmypkgs @@ -8,6 +8,6 @@ if [ -z "$EMAIL" ]; then fi cd "$(xdistdir)" && -git grep -l -F "<$EMAIL>" -- 'srcpkgs/*/template' +git grep -l -F "<$EMAIL>" -- 'srcpkgs/*/template' | cut -d/ -f2 | sort -- cgit 1.4.1