aboutsummaryrefslogtreecommitdiffstats
path: root/travis/check-executable-files.sh
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-07-31 00:34:17 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-31 14:20:48 +0200
commit4328141fd28c08c6143c66697096f4decf7e1c01 (patch)
tree15edcd2af0de90a8fdc1f814f4cec342874b96ab /travis/check-executable-files.sh
parent92106d52d001e2085edb4443daf4b4c8aea27f92 (diff)
downloadforums-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/check-executable-files.sh')
-rwxr-xr-xtravis/check-executable-files.sh2
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"