[PATCH] Mark a few scripts as executable

Jesper Juhl posted 1 patch 2 years, 7 months ago
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
[PATCH] Mark a few scripts as executable
Posted by Jesper Juhl 2 years, 7 months ago
From d161e017b98de5abf7765aa0dab907f22f25c90f Mon Sep 17 00:00:00 2001
From: Jesper Juhl <jesperjuhl76@gmail.com>
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 <jesperjuhl76@gmail.com>

---
  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