Skip to content

Commit

Permalink
script/install.sh: mark as executable
Browse files Browse the repository at this point in the history
In [1], it is noted that script/install.sh is no longer executable when
run from the tarball'd and zip'd release artifacts that we distribute as
a part of the normal Git LFS release process.

This is due to 2235198 (Makefile: replace script/bootstrap with
'make', 'make all', 2018-07-19), where this file lost permission
100755 and gained permission 100644.

The later is no longer executable, but needs to be. So, let's restore it
as such.

[1]: git-lfs#3154
  • Loading branch information
ttaylorr committed Jul 27, 2018
1 parent 9377560 commit 1910913
Showing 1 changed file with 0 additions and 0 deletions.
Empty file modified script/install.sh
100644 → 100755
Empty file.

0 comments on commit 1910913

Please sign in to comment.