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
main
Junio C Hamano 2025-11-12 08:17:31 -08:00
commit e65e955c03
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ sed -e '1{' \
"$INPUT" >"$OUTPUT"

case "$INPUT" in
*.perl)
*.perl|*git-contacts)
chmod a+x "$OUTPUT";;
*)
;;