From e930012075f42831b5a43dab17e9b708ddd63920 Mon Sep 17 00:00:00 2001 From: Southparkfan Date: Mon, 3 Aug 2015 15:28:03 +0000 Subject: [PATCH] Revert "Add executable rights for executable (bash) files" These are not meant to be complete shell scripts, so shebang lines don't really make sense here. Rather, as noted by the author (Daniel Friesen), scripts in the parent directory include these files using the "source" or "." command. This reverts commit 96e0ed45a81dfb4783c74353a8e70d0b926ad900. Change-Id: I7a0b7bb2a5ea1b1c141cb36f38736fe562b22c10 --- maintenance/dev/includes/php.sh | 0 maintenance/dev/includes/require-php.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 maintenance/dev/includes/php.sh mode change 100755 => 100644 maintenance/dev/includes/require-php.sh diff --git a/maintenance/dev/includes/php.sh b/maintenance/dev/includes/php.sh old mode 100755 new mode 100644 diff --git a/maintenance/dev/includes/require-php.sh b/maintenance/dev/includes/require-php.sh old mode 100755 new mode 100644 -- 2.20.1