about summary refs log tree commit diff
path: root/xgrep
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2014-09-15 02:11:40 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2014-09-15 02:12:05 +0200
commit748dcfd5ce93c0023c3677e590417952506d36c8 (patch)
tree9112be1f664745c5627760495c6d7cc3c62eb011 /xgrep
parent2b0273b08106d4d591899c453555a9c041d512c0 (diff)
downloadxtools-748dcfd5ce93c0023c3677e590417952506d36c8.tar.gz
xtools-748dcfd5ce93c0023c3677e590417952506d36c8.tar.xz
xtools-748dcfd5ce93c0023c3677e590417952506d36c8.zip
small whitespace tweaks
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"