From 5739a3da8f9ecc0cf9cee87ba50c51d156ad9fe7 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Tue, 22 Jul 2014 16:32:55 +0200 Subject: [ticket/12693] All the files in bin/ must be executable PHPBB3-12693 --- travis/check-executable-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis/check-executable-files.sh') diff --git a/travis/check-executable-files.sh b/travis/check-executable-files.sh index a6953dd0cf..61468809b3 100755 --- a/travis/check-executable-files.sh +++ b/travis/check-executable-files.sh @@ -26,7 +26,7 @@ then files_skipped="-name composer.phar" # Files which have to be executable - executable_files="-path ${path}bin/phpbbcli.php" + executable_files="-path ${path}bin/*" incorect_files=$( \ find ${path} \ -- cgit v1.2.1