]> granicus.if.org Git - python/commitdiff
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)
Fix 'install-sh' file permission: add execution bit ("chmod +x"),
"-rw-rw-r--." becomes "-rwxrwxr-x.".

install-sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)