From 2c63af4d89f24e1b4e3fa0240b0a1e2d8bce8ca2 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 10 Jun 2022 00:17:59 -0500 Subject: [PATCH] Cleanup: Remove execute bit from script. The build scripts should not have the execute bit set. These bits will get appropriately set during the packaging process. --- build/scripts/bootstrap.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 build/scripts/bootstrap.sh diff --git a/build/scripts/bootstrap.sh b/build/scripts/bootstrap.sh old mode 100755 new mode 100644 -- 1.8.3.1