mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge remote-tracking branch 'github-nicofuma/ticket/12693' into develop-ascraeus
* github-nicofuma/ticket/12693: [ticket/12693] Don't try to check the composer.phar file
This commit is contained in:
commit
02801dee7c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ then
|
||||||
files_skipped="-false"
|
files_skipped="-false"
|
||||||
|
|
||||||
# Files which have to be executable
|
# Files which have to be executable
|
||||||
executable_files="-path ${path}bin/* -o -path ${root}composer.phar"
|
executable_files="-path ${path}bin/*"
|
||||||
|
|
||||||
incorrect_files=$( \
|
incorrect_files=$( \
|
||||||
find ${path} \
|
find ${path} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue