From 748dcfd5ce93c0023c3677e590417952506d36c8 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 15 Sep 2014 02:11:40 +0200 Subject: small whitespace tweaks --- xbulk | 2 +- xgrep | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- cgit 1.4.1