Fix incorrect comment about multimail hook

The multimail contrib hook was moved from git-core to git in 7ac1fbc
("Avoid python dependency in git-core (#1536471)", 2018-01-22).
This commit is contained in:
Todd Zullinger 2018-03-29 16:26:10 -04:00
parent 336bc7765e
commit 5cc54546f6

View File

@ -466,7 +466,7 @@ make -C contrib/subtree/
# Fix shebang in a few places to silence rpmlint complaints
#
# The multimail hook is installed with git-core. Use python3 to avoid an
# The multimail hook is installed with git. Use python3 to avoid an
# unnecessary python2 dependency.
sed -i -e '1s|#! */usr/bin/env python$|#!%{__python2}|' \
contrib/fast-import/import-zips.py \