1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2025-01-22 02:14:39 -07:00

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

View File

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