From d415f12f5c11908552f6d9c2d8abe4afe3cbc080 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Mon, 16 Oct 2023 18:06:08 +0100 Subject: xcheckmypkgs: minor whitespace cleanup --- xcheckmypkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xcheckmypkgs') diff --git a/xcheckmypkgs b/xcheckmypkgs index 3fe3ef3..c57767b 100755 --- a/xcheckmypkgs +++ b/xcheckmypkgs @@ -4,5 +4,5 @@ cd "$(xdistdir)" && for pkg in $(xmypkgs "$@"); do echo "checking: $pkg" - ./xbps-src update-check "$pkg" |grep -v '^=> Using' + ./xbps-src update-check "$pkg" | grep -v '^=> Using' done -- cgit 1.4.1