mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-30 11:11:23 +02:00
[ticket/12693] Don't try to check the composer.phar file
PHPBB3-12693
This commit is contained in:
parent
56ca276dcf
commit
3f73d32c30
@ -27,7 +27,7 @@ then
|
||||
files_skipped="-false"
|
||||
|
||||
# Files which have to be executable
|
||||
executable_files="-path ${path}bin/* -o -path ${root}composer.phar"
|
||||
executable_files="-path ${path}bin/*"
|
||||
|
||||
incorrect_files=$( \
|
||||
find ${path} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user