From 3681c29e772e5712472f95f8c9008759bc252465 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 10 Jul 2024 02:14:25 +0100 Subject: [PATCH] remove executable permission on include/ files under include/ should never be executed directly Signed-off-by: Leah Rowe --- include/git.sh | 0 include/lib.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 include/git.sh mode change 100755 => 100644 include/lib.sh diff --git a/include/git.sh b/include/git.sh old mode 100755 new mode 100644 diff --git a/include/lib.sh b/include/lib.sh old mode 100755 new mode 100644