mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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"
|
directories_skipped="-path ${path}develop -o -path ${path}vendor"
|
||||||
|
|
||||||
# Files to skip
|
# Files to skip
|
||||||
files_skipped=""
|
files_skipped="-false"
|
||||||
|
|
||||||
# Files which have to be executable
|
# Files which have to be executable
|
||||||
executable_files="-path ${path}bin/* -o -path ${path}composer.phar"
|
executable_files="-path ${path}bin/* -o -path ${path}composer.phar"
|
||||||
|
Reference in New Issue
Block a user