From fca94ffe4c508b4433295260dd43ff681ad52726 Mon Sep 17 00:00:00 2001 From: Timerix Date: Wed, 12 Nov 2025 13:49:05 +0500 Subject: [PATCH] chmod 755 scripts --- bootstrap.sh | 0 cbuild.sh | 0 include/chmod_scripts.sh => chmod_scripts.sh | 0 default_tasks/callgrind.sh | 0 default_tasks/clean.sh | 0 default_tasks/gprof.sh | 0 default_tasks/profile.sh | 0 default_tasks/rebuild_dependencies.sh | 0 default_tasks/strip_exec.sh | 0 example_dependency_configs/libexample1.config | 0 example_dependency_configs/libexample2.config | 0 include/config.sh | 0 include/detect_os.sh | 0 include/functions.sh | 0 include/myprint.sh | 0 project.config.default | 0 project.config.user.default | 0 setup.sh | 0 18 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bootstrap.sh mode change 100644 => 100755 cbuild.sh rename include/chmod_scripts.sh => chmod_scripts.sh (100%) mode change 100644 => 100755 mode change 100644 => 100755 default_tasks/callgrind.sh mode change 100644 => 100755 default_tasks/clean.sh mode change 100644 => 100755 default_tasks/gprof.sh mode change 100644 => 100755 default_tasks/profile.sh mode change 100644 => 100755 default_tasks/rebuild_dependencies.sh mode change 100644 => 100755 default_tasks/strip_exec.sh mode change 100644 => 100755 example_dependency_configs/libexample1.config mode change 100644 => 100755 example_dependency_configs/libexample2.config mode change 100644 => 100755 include/config.sh mode change 100644 => 100755 include/detect_os.sh mode change 100644 => 100755 include/functions.sh mode change 100644 => 100755 include/myprint.sh mode change 100644 => 100755 project.config.default mode change 100644 => 100755 project.config.user.default mode change 100644 => 100755 setup.sh diff --git a/bootstrap.sh b/bootstrap.sh old mode 100644 new mode 100755 diff --git a/cbuild.sh b/cbuild.sh old mode 100644 new mode 100755 diff --git a/include/chmod_scripts.sh b/chmod_scripts.sh old mode 100644 new mode 100755 similarity index 100% rename from include/chmod_scripts.sh rename to chmod_scripts.sh diff --git a/default_tasks/callgrind.sh b/default_tasks/callgrind.sh old mode 100644 new mode 100755 diff --git a/default_tasks/clean.sh b/default_tasks/clean.sh old mode 100644 new mode 100755 diff --git a/default_tasks/gprof.sh b/default_tasks/gprof.sh old mode 100644 new mode 100755 diff --git a/default_tasks/profile.sh b/default_tasks/profile.sh old mode 100644 new mode 100755 diff --git a/default_tasks/rebuild_dependencies.sh b/default_tasks/rebuild_dependencies.sh old mode 100644 new mode 100755 diff --git a/default_tasks/strip_exec.sh b/default_tasks/strip_exec.sh old mode 100644 new mode 100755 diff --git a/example_dependency_configs/libexample1.config b/example_dependency_configs/libexample1.config old mode 100644 new mode 100755 diff --git a/example_dependency_configs/libexample2.config b/example_dependency_configs/libexample2.config old mode 100644 new mode 100755 diff --git a/include/config.sh b/include/config.sh old mode 100644 new mode 100755 diff --git a/include/detect_os.sh b/include/detect_os.sh old mode 100644 new mode 100755 diff --git a/include/functions.sh b/include/functions.sh old mode 100644 new mode 100755 diff --git a/include/myprint.sh b/include/myprint.sh old mode 100644 new mode 100755 diff --git a/project.config.default b/project.config.default old mode 100644 new mode 100755 diff --git a/project.config.user.default b/project.config.user.default old mode 100644 new mode 100755 diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755