Skip to content

Commit 30608eb

Browse files
committed
Merge branch 'dk/make-git-contacts-executable' into next
Building "git contacts" script (in contrib/) leaves the resulting file unexecutable, which has been corrected. * dk/make-git-contacts-executable: perl: also mark git-contacts executable
2 parents b30cf1f + 38419bd commit 30608eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-perl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sed -e '1{' \
3030
"$INPUT" >"$OUTPUT"
3131

3232
case "$INPUT" in
33-
*.perl)
33+
*.perl|*git-contacts)
3434
chmod a+x "$OUTPUT";;
3535
*)
3636
;;

0 commit comments

Comments
 (0)