diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-10-29 20:43:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-29 20:43:02 (GMT) |
commit | ed271b2350486b1fa031fa70e1e99d0d9b2b2133 (patch) | |
tree | 56ecb4fba474ab614e8a4d443e95c00a38f95276 /install-sh | |
parent | 02277482ea765335e497ecd9661d4bde9b5ddc67 (diff) | |
download | cpython-ed271b2350486b1fa031fa70e1e99d0d9b2b2133.zip cpython-ed271b2350486b1fa031fa70e1e99d0d9b2b2133.tar.gz cpython-ed271b2350486b1fa031fa70e1e99d0d9b2b2133.tar.bz2 |
bpo-34765: install-sh is executable (GH-10225)
Fix 'install-sh' file permission: add execution bit ("chmod +x"),
"-rw-rw-r--." becomes "-rwxrwxr-x.".
Diffstat (limited to 'install-sh')
-rwxr-xr-x[-rw-r--r--] | install-sh | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/install-sh b/install-sh index 8175c64..8175c64 100644..100755 --- a/install-sh +++ b/install-sh |