diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-25 11:25:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-25 11:25:36 +0300 |
commit | 38e3bef4a6acd767f5664c773911f8a97fb3ca09 (patch) | |
tree | e23dc117c86e4a3a00cd3e28b538a79f0f6e69b5 /repo/git/cpt-maintainer | |
parent | 47a3723632b82a0d3caf79dbe8ada1eae60dd976 (diff) | |
download | cpt-extra-38e3bef4a6acd767f5664c773911f8a97fb3ca09.tar.gz |
Diffstat (limited to 'repo/git/cpt-maintainer')
-rwxr-xr-x | repo/git/cpt-maintainer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/git/cpt-maintainer b/repo/git/cpt-maintainer index 629a893..b9a315c 100755 --- a/repo/git/cpt-maintainer +++ b/repo/git/cpt-maintainer @@ -7,7 +7,7 @@ case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} <pkg>" ; exit 0 ; esac -kiss s "$1" | while read -r repo; do cd "$repo" +cpt-search "$1" | while read -r repo; do cd "$repo" m=$(git log -1 version 2>/dev/null) ||: m=${m##*Author: } m=${m%%>*} |