mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12693] The files skipped list can not be empty
PHPBB3-12693
This commit is contained in:
parent
92106d52d0
commit
4328141fd2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue