diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-11-10 16:57:25 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-11-10 16:57:25 +0100 |
commit | a6acbc445e58bbc42080f5c77c0671a5c9c01060 (patch) | |
tree | 6369405128d5fd8d77b2fb82ae9e7e09e923db4b /travis | |
parent | a1abf8253f2328f0a5c7b8d7c5885c6cec93f547 (diff) | |
download | forums-a6acbc445e58bbc42080f5c77c0671a5c9c01060.tar forums-a6acbc445e58bbc42080f5c77c0671a5c9c01060.tar.gz forums-a6acbc445e58bbc42080f5c77c0671a5c9c01060.tar.bz2 forums-a6acbc445e58bbc42080f5c77c0671a5c9c01060.tar.xz forums-a6acbc445e58bbc42080f5c77c0671a5c9c01060.zip |
[ticket/14281] Add install/phpbbcli.php to executable files list
PHPBB3-14281
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 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} \ |