about summary refs log tree commit diff
path: root/xmypkgs
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-05-24 14:00:23 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-05-24 14:00:23 +0200
commitbc6a38dcbfd05fb3572429c32944643fef1ea6f4 (patch)
treeaea4390ea787e1a49fa60e40ee6c784975e65d79 /xmypkgs
parent6805688253707669e8e71ae02c1d4e4b56c22122 (diff)
downloadxtools-bc6a38dcbfd05fb3572429c32944643fef1ea6f4.tar.gz
xtools-bc6a38dcbfd05fb3572429c32944643fef1ea6f4.tar.xz
xtools-bc6a38dcbfd05fb3572429c32944643fef1ea6f4.zip
xmypkgs: fix pipe. v0.40
Diffstat (limited to 'xmypkgs')
-rwxr-xr-xxmypkgs2
1 files changed, 1 insertions, 1 deletions
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