1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 02:21:43 +02: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:
Nils Adermann
2014-08-09 16:11:34 +02:00

View File

@@ -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} \