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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user