]> granicus.if.org Git - python/commit
bpo-34765: install-sh is executable (GH-10225)
authorVictor Stinner <vstinner@redhat.com>
Mon, 29 Oct 2018 20:43:02 +0000 (21:43 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Oct 2018 20:43:02 +0000 (21:43 +0100)
commited271b2350486b1fa031fa70e1e99d0d9b2b2133
tree56ecb4fba474ab614e8a4d443e95c00a38f95276
parent02277482ea765335e497ecd9661d4bde9b5ddc67
bpo-34765: install-sh is executable (GH-10225)

Fix 'install-sh' file permission: add execution bit ("chmod +x"),
"-rw-rw-r--." becomes "-rwxrwxr-x.".
install-sh [changed mode: 0644->0755]