From 96d1e61ee68980312017e51774d327d67a96e26b Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Fri, 17 May 2024 10:47:40 -0500 Subject: [PATCH] CI: Fix incorrect executable perms --- misc/scripts/dotnet_format.py | 0 misc/scripts/file_format.py | 0 misc/scripts/gitignore_check.sh | 0 misc/scripts/header_guards.py | 0 tests/create_test.py | 0 thirdparty/glslang/SPIRV/GlslangToSpv.cpp | 0 thirdparty/glslang/SPIRV/doc.cpp | 0 thirdparty/glslang/glslang/Include/BaseTypes.h | 0 thirdparty/glslang/glslang/MachineIndependent/Initialize.cpp | 0 thirdparty/glslang/glslang/MachineIndependent/Versions.h | 0 10 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 misc/scripts/dotnet_format.py mode change 100644 => 100755 misc/scripts/file_format.py mode change 100644 => 100755 misc/scripts/gitignore_check.sh mode change 100644 => 100755 misc/scripts/header_guards.py mode change 100644 => 100755 tests/create_test.py mode change 100755 => 100644 thirdparty/glslang/SPIRV/GlslangToSpv.cpp mode change 100755 => 100644 thirdparty/glslang/SPIRV/doc.cpp mode change 100755 => 100644 thirdparty/glslang/glslang/Include/BaseTypes.h mode change 100755 => 100644 thirdparty/glslang/glslang/MachineIndependent/Initialize.cpp mode change 100755 => 100644 thirdparty/glslang/glslang/MachineIndependent/Versions.h diff --git a/misc/scripts/dotnet_format.py b/misc/scripts/dotnet_format.py old mode 100644 new mode 100755 diff --git a/misc/scripts/file_format.py b/misc/scripts/file_format.py old mode 100644 new mode 100755 diff --git a/misc/scripts/gitignore_check.sh b/misc/scripts/gitignore_check.sh old mode 100644 new mode 100755 diff --git a/misc/scripts/header_guards.py b/misc/scripts/header_guards.py old mode 100644 new mode 100755 diff --git a/tests/create_test.py b/tests/create_test.py old mode 100644 new mode 100755 diff --git a/thirdparty/glslang/SPIRV/GlslangToSpv.cpp b/thirdparty/glslang/SPIRV/GlslangToSpv.cpp old mode 100755 new mode 100644 diff --git a/thirdparty/glslang/SPIRV/doc.cpp b/thirdparty/glslang/SPIRV/doc.cpp old mode 100755 new mode 100644 diff --git a/thirdparty/glslang/glslang/Include/BaseTypes.h b/thirdparty/glslang/glslang/Include/BaseTypes.h old mode 100755 new mode 100644 diff --git a/thirdparty/glslang/glslang/MachineIndependent/Initialize.cpp b/thirdparty/glslang/glslang/MachineIndependent/Initialize.cpp old mode 100755 new mode 100644 diff --git a/thirdparty/glslang/glslang/MachineIndependent/Versions.h b/thirdparty/glslang/glslang/MachineIndependent/Versions.h old mode 100755 new mode 100644