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 executablemain
commit
e65e955c03
|
|
@ -30,7 +30,7 @@ sed -e '1{' \
|
|||
"$INPUT" >"$OUTPUT"
|
||||
|
||||
case "$INPUT" in
|
||||
*.perl)
|
||||
*.perl|*git-contacts)
|
||||
chmod a+x "$OUTPUT";;
|
||||
*)
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue