mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01: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:
@@ -30,7 +30,7 @@ sed -e '1{' \
|
||||
"$INPUT" >"$OUTPUT"
|
||||
|
||||
case "$INPUT" in
|
||||
*.perl)
|
||||
*.perl|*git-contacts)
|
||||
chmod a+x "$OUTPUT";;
|
||||
*)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user