1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/12693] The files skipped list can not be empty

PHPBB3-12693
This commit is contained in:
Tristan Darricau
2014-07-31 00:34:17 +02:00
parent 92106d52d0
commit 4328141fd2

View File

@@ -23,7 +23,7 @@ then
directories_skipped="-path ${path}develop -o -path ${path}vendor"
# Files to skip
files_skipped=""
files_skipped="-false"
# Files which have to be executable
executable_files="-path ${path}bin/* -o -path ${path}composer.phar"