mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
match Alan's patch
This commit is contained in:
parent
34fcbf6af8
commit
5ea8a59139
1 changed files with 1 additions and 1 deletions
2
.github/scripts/contrib.sh
vendored
2
.github/scripts/contrib.sh
vendored
|
@ -9,7 +9,7 @@ git log --pretty=format:' - %ae' CONTRIBUTORS |sort |uniq |sort -f | sed "s/@/$a
|
|||
|
||||
headAuthor=$(git log -1 --pretty=format:'%ae')
|
||||
authorAt=$(echo "$headAuthor" | sed "s/@/$antispam/")
|
||||
if git log --pretty=format:'%ae' CONTRIBUTORS | grep -i "$headAuthor"; then
|
||||
if git log --pretty=format:'%ae' CONTRIBUTORS | grep -i "$headAuthor" > /dev/null; then
|
||||
echo "Author $authorAt found in CONTRIBUTORS"
|
||||
else
|
||||
echo "Author $authorAt NOT found in list"
|
||||
|
|
Loading…
Reference in a new issue