[ticket/12693] All the files in bin/ must be executable

PHPBB3-12693
This commit is contained in:
Tristan Darricau 2014-07-22 16:32:55 +02:00
parent d284675241
commit 5739a3da8f

View file

@ -26,7 +26,7 @@ then
files_skipped="-name composer.phar" files_skipped="-name composer.phar"
# Files which have to be executable # Files which have to be executable
executable_files="-path ${path}bin/phpbbcli.php" executable_files="-path ${path}bin/*"
incorect_files=$( \ incorect_files=$( \
find ${path} \ find ${path} \