1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 12:33:29 +01:00

Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/12693] Don't try to check the composer.phar file
This commit is contained in:
Nils Adermann 2014-08-09 16:11:44 +02:00
commit 73bd77809e

View File

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