1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-11-04 14:05:41 -07:00

kiss-revdepends: Fix matching. Closes #277

This commit is contained in:
Dylan Araps 2021-10-04 06:33:11 +03:00
parent 993f4ee9b1
commit ef8ef9986b
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

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