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
commit 02801dee7c

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