about summary refs log tree commit diff
path: root/xmypkgs
diff options
context:
space:
mode:
Diffstat (limited to 'xmypkgs')
-rwxr-xr-xxmypkgs3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmypkgs b/xmypkgs
index f8b117a..4520462 100755
--- a/xmypkgs
+++ b/xmypkgs
@@ -8,7 +8,6 @@ if [ -z "$EMAIL" ]; then
 fi
 
 cd "$(xdistdir)" &&
-find srcpkgs -name template -print0 |
-	xargs -0 grep -l -F "<$EMAIL>" |
+git grep -l -F "<$EMAIL>" -- 'srcpkgs/*/template'
 	cut -d/ -f2 |
 	sort