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
1 changed files with 2 additions and 1 deletions

View File

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