kiss-revdepends: Fix non-posix grep usage

This commit is contained in:
Dylan Araps 2021-10-05 06:17:38 +03:00
parent e58c74eb1f
commit 7cb70f67ec
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
cd "$KISS_ROOT/var/db/kiss/installed"
grep "^$1\( \|$\)" -- */depends
grep -E "^$1( |$)" -- */depends