diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-07-31 00:34:17 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-31 14:20:48 +0200 |
commit | 4328141fd28c08c6143c66697096f4decf7e1c01 (patch) | |
tree | 15edcd2af0de90a8fdc1f814f4cec342874b96ab /travis | |
parent | 92106d52d001e2085edb4443daf4b4c8aea27f92 (diff) | |
download | forums-4328141fd28c08c6143c66697096f4decf7e1c01.tar forums-4328141fd28c08c6143c66697096f4decf7e1c01.tar.gz forums-4328141fd28c08c6143c66697096f4decf7e1c01.tar.bz2 forums-4328141fd28c08c6143c66697096f4decf7e1c01.tar.xz forums-4328141fd28c08c6143c66697096f4decf7e1c01.zip |
[ticket/12693] The files skipped list can not be empty
PHPBB3-12693
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/check-executable-files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/check-executable-files.sh b/travis/check-executable-files.sh index 6f625a8cc7..4af974751e 100755 --- a/travis/check-executable-files.sh +++ b/travis/check-executable-files.sh @@ -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" |