1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 22:45:02 +02:00

[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 which have to be executable
executable_files="-path ${path}bin/phpbbcli.php"
executable_files="-path ${path}bin/*"
incorect_files=$( \
find ${path} \