about summary refs log tree commit diff
path: root/xgrep
diff options
context:
space:
mode:
Diffstat (limited to 'xgrep')
-rwxr-xr-xxgrep1
1 files changed, 1 insertions, 0 deletions
diff --git a/xgrep b/xgrep
index 20be2a3..3e9359e 100755
--- a/xgrep
+++ b/xgrep
@@ -3,6 +3,7 @@
 
 PATTERN=${1:?pattern missing}
 shift
+
 for pkg; do
 	xbps-query -f "$pkg"
 done | sed 's/ -> .*//' | xargs grep -d skip -e "$PATTERN"