diff options
author | Mohammed Anas <triallax@tutanota.com> | 2023-10-16 18:06:08 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-10-16 21:18:15 +0200 |
commit | d415f12f5c11908552f6d9c2d8abe4afe3cbc080 (patch) | |
tree | aca8bbadaebb761d7cbb6b1bed401522462cdffe /xcheckmypkgs | |
parent | 4e1c9a664457712353dd4911f74232bb24c35eb6 (diff) | |
download | xtools-d415f12f5c11908552f6d9c2d8abe4afe3cbc080.tar.gz xtools-d415f12f5c11908552f6d9c2d8abe4afe3cbc080.tar.xz xtools-d415f12f5c11908552f6d9c2d8abe4afe3cbc080.zip |
xcheckmypkgs: minor whitespace cleanup
Diffstat (limited to 'xcheckmypkgs')
-rwxr-xr-x | xcheckmypkgs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |