Make verify-commits path-independent

pull/7713/head
Matt Corallo 9 years ago committed by Peter Todd
parent f7d4a25fe6
commit 9523e8adaf

@ -3,6 +3,7 @@
# shell anyone uses today supports it, so its probably fine
DIR=$(dirname "$0")
[ "/${DIR#/}" != "$DIR" ] && DIR=$(dirname "$(pwd)/$0")
echo "Please verify all commits in the following list are not evil:"
git log "$DIR"

Loading…
Cancel
Save