[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" 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"