mirror of
https://github.com/git-for-windows/git.git
synced 2026-02-04 03:33:01 -06:00
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:
commit
e65e955c03
@ -30,7 +30,7 @@ sed -e '1{' \
|
||||
"$INPUT" >"$OUTPUT"
|
||||
|
||||
case "$INPUT" in
|
||||
*.perl)
|
||||
*.perl|*git-contacts)
|
||||
chmod a+x "$OUTPUT";;
|
||||
*)
|
||||
;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user