aboutsummaryrefslogtreecommitdiffstats
path: root/travis/check-executable-files.sh
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-11-23 22:01:07 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-11-23 22:01:07 +0100
commit30e01a9e4b91865a32a9afc4e5d4deb9bb9a933b (patch)
tree7a41bfee88680b17447d8c526b9fc14b7d742341 /travis/check-executable-files.sh
parent75e9b2a18d0ae8531e056bdd2c7feb6739ef011e (diff)
parenta6acbc445e58bbc42080f5c77c0671a5c9c01060 (diff)
downloadforums-30e01a9e4b91865a32a9afc4e5d4deb9bb9a933b.tar
forums-30e01a9e4b91865a32a9afc4e5d4deb9bb9a933b.tar.gz
forums-30e01a9e4b91865a32a9afc4e5d4deb9bb9a933b.tar.bz2
forums-30e01a9e4b91865a32a9afc4e5d4deb9bb9a933b.tar.xz
forums-30e01a9e4b91865a32a9afc4e5d4deb9bb9a933b.zip
Merge pull request #4026 from marc1706/ticket/14281
[ticket/14281] Fix installer CLI after recent changes * marc1706/ticket/14281: [ticket/14281] Add install/phpbbcli.php to executable files list [ticket/14281] Correctly pass parameters to add_error_message [ticket/14281] Fix installer CLI after recent changes
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 4ec037e6ce..1aa8dca073 100755
--- a/travis/check-executable-files.sh
+++ b/travis/check-executable-files.sh
@@ -28,7 +28,7 @@ then
files_skipped="-false"
# Files which have to be executable
- executable_files="-path ${path}bin/*"
+ executable_files="-path ${path}bin/* -o -path ${path}install/phpbbcli.php"
incorrect_files=$( \
find ${path} \