Skip to content

Commit

Permalink
Fix friends.sh when contributors have quotes in their names
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jun 1, 2018
1 parent 64fd284 commit a4dfd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/friends.sh
Expand Up @@ -16,4 +16,4 @@ git shortlog -s -n "$since.." \
| cut -f 2- \
| sort -u \
| grep -v bors\-servo \
| xargs -I{} echo "- {}"
| xargs -d '\n' -I{} echo "- {}"

0 comments on commit a4dfd5a

Please sign in to comment.