From fca0bfdb1ff8475a6a860cd1afe3e6da9b9c7337 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 21 Dec 2017 15:51:39 +0100 Subject: [PATCH] Bash: executable permissions for .sh files --- apps/compiler/1-clean.sh | 0 apps/compiler/2-configure.sh | 0 apps/compiler/3-build.sh | 0 apps/compiler/compiler.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 apps/compiler/1-clean.sh mode change 100644 => 100755 apps/compiler/2-configure.sh mode change 100644 => 100755 apps/compiler/3-build.sh mode change 100644 => 100755 apps/compiler/compiler.sh diff --git a/apps/compiler/1-clean.sh b/apps/compiler/1-clean.sh old mode 100644 new mode 100755 diff --git a/apps/compiler/2-configure.sh b/apps/compiler/2-configure.sh old mode 100644 new mode 100755 diff --git a/apps/compiler/3-build.sh b/apps/compiler/3-build.sh old mode 100644 new mode 100755 diff --git a/apps/compiler/compiler.sh b/apps/compiler/compiler.sh old mode 100644 new mode 100755