Merge branch 'dk/make-git-contacts-executable'

Building "git contacts" script (in contrib/) left the resulting
file unexecutable, which has been corrected.

* dk/make-git-contacts-executable:
  perl: also mark git-contacts executable
This commit is contained in:
Junio C Hamano
2025-11-12 08:17:31 -08:00

View File

@@ -30,7 +30,7 @@ sed -e '1{' \
"$INPUT" >"$OUTPUT"
case "$INPUT" in
*.perl)
*.perl|*git-contacts)
chmod a+x "$OUTPUT";;
*)
;;