aboutsummaryrefslogtreecommitdiffstats
path: root/travis/check-executable-files.sh
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-07-22 16:32:55 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-31 14:20:45 +0200
commit5739a3da8f9ecc0cf9cee87ba50c51d156ad9fe7 (patch)
treec6703e7d6af0746837b68e3cb2b25d1d39d0fa6c /travis/check-executable-files.sh
parentd284675241689a1445bb7560b416979b8e9cdde7 (diff)
downloadforums-5739a3da8f9ecc0cf9cee87ba50c51d156ad9fe7.tar
forums-5739a3da8f9ecc0cf9cee87ba50c51d156ad9fe7.tar.gz
forums-5739a3da8f9ecc0cf9cee87ba50c51d156ad9fe7.tar.bz2
forums-5739a3da8f9ecc0cf9cee87ba50c51d156ad9fe7.tar.xz
forums-5739a3da8f9ecc0cf9cee87ba50c51d156ad9fe7.zip
[ticket/12693] All the files in bin/ must be executable
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 a6953dd0cf..61468809b3 100755
--- a/travis/check-executable-files.sh
+++ b/travis/check-executable-files.sh
@@ -26,7 +26,7 @@ then
files_skipped="-name composer.phar"
# Files which have to be executable
- executable_files="-path ${path}bin/phpbbcli.php"
+ executable_files="-path ${path}bin/*"
incorect_files=$( \
find ${path} \