From: Victor Stinner Date: Mon, 29 Oct 2018 20:43:02 +0000 (+0100) Subject: bpo-34765: install-sh is executable (GH-10225) X-Git-Tag: v3.8.0a1~623 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed271b2350486b1fa031fa70e1e99d0d9b2b2133;p=thirdparty%2FPython%2Fcpython.git bpo-34765: install-sh is executable (GH-10225) Fix 'install-sh' file permission: add execution bit ("chmod +x"), "-rw-rw-r--." becomes "-rwxrwxr-x.". --- diff --git a/install-sh b/install-sh old mode 100644 new mode 100755