diff options
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 |