https://github.com/python/cpython/commit/ed271b2350486b1fa031fa70e1e99d0d9b2b2133 commit: ed271b2350486b1fa031fa70e1e99d0d9b2b2133 branch: master author: Victor Stinner <vstinner at redhat.com> committer: GitHub <noreply at github.com> date: 2018年10月29日T21:43:02+01:00 summary: bpo-34765: install-sh is executable (GH-10225) Fix 'install-sh' file permission: add execution bit ("chmod +x"), "-rw-rw-r--." becomes "-rwxrwxr-x.". files: M install-sh diff --git a/install-sh b/install-sh old mode 100644 new mode 100755