2023-02-07 03:04:07

by Jesper Juhl

[permalink] [raw]
Subject: [PATCH] Mark a few scripts as executable

From d161e017b98de5abf7765aa0dab907f22f25c90f Mon Sep 17 00:00:00 2001
From: Jesper Juhl <[email protected]>
Date: Tue, 7 Feb 2023 03:55:53 +0100
Subject: [PATCH] Mark a few scripts as executable

The scripts in scripts/ should be marked executable by default, but a
few were not.

Signed-Off-by: Jesper Juhl <[email protected]>

---
scripts/spdxcheck-test.sh | 0
scripts/test_fortify.sh | 0
2 files changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 scripts/spdxcheck-test.sh
mode change 100644 => 100755 scripts/test_fortify.sh

diff --git a/scripts/spdxcheck-test.sh b/scripts/spdxcheck-test.sh
old mode 100644
new mode 100755
diff --git a/scripts/test_fortify.sh b/scripts/test_fortify.sh
old mode 100644
new mode 100755
--
2.39.1