kiss-maintainer: version is a path

This commit is contained in:
phoebos 2023-03-22 00:56:22 +00:00
parent b66a2c4203
commit 61b24f4d7b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
}
kiss search "$@" | sort -u | while read -r repo; do cd "$repo"
m=$(git log -1 version 2>/dev/null) ||:
m=$(git log -1 -- version 2>/dev/null) ||:
m=${m##*Author: }
m=${m%%>*}