From 45863b4651dc447e352a445b507628b47328455a Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 22 Jan 2024 16:25:59 +0100 Subject: [PATCH] Grant execution permission to install-sh The file `src/install-sh` was added in c311ea1. Most files from that commit were removed in 4d8f770 and install-sh was moved. Since recent commit 7cae092, `./configure` checks for a race-free `mkdir -p`, the `install-sh` script may be used, and it needs execution permission. --- install-sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 install-sh diff --git a/install-sh b/install-sh old mode 100644 new mode 100755