about summary refs log tree commit diff
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
parent2b0273b08106d4d591899c453555a9c041d512c0 (diff)
downloadxtools-748dcfd5ce93c0023c3677e590417952506d36c8.tar.gz
xtools-748dcfd5ce93c0023c3677e590417952506d36c8.tar.xz
xtools-748dcfd5ce93c0023c3677e590417952506d36c8.zip
small whitespace tweaks
-rwxr-xr-xxbulk2
-rwxr-xr-xxgrep1
2 files changed, 2 insertions, 1 deletions
diff --git a/xbulk b/xbulk
index 8949b4d..4fe17f1 100755
--- a/xbulk
+++ b/xbulk
@@ -15,6 +15,6 @@ case $pkg in
 		echo pkg-$pkg: pkg-$dep
 	done
 esac
-done 
+done
 printf '%s\n' pkg-%: "	pkg=\$@; ./xbps-src $ARGS pkg \$\${pkg#pkg-}"
 } | make -f - $MAKEARGS
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"