X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=contrib%2Ffind-bad-php.sh;h=6febfcfc0d009f5c817dafe93bc27379372c6db4;hp=0144c2c4c889dd2c8f7b223ed4be4a8a8c858b20;hb=276a54f13460010f0a5866466820c101ee08cbe6;hpb=34f79c4efd45c781ba0d16b24ac9d5bda9b4a00c diff --git a/contrib/find-bad-php.sh b/contrib/find-bad-php.sh index 0144c2c4..6febfcfc 100755 --- a/contrib/find-bad-php.sh +++ b/contrib/find-bad-php.sh @@ -1,7 +1,7 @@ #!/bin/sh echo "$0: Searching for PHP scripts (except 3rd party) ..." -PHP=$(find -type f -name "*.php" 2>&1 | grep -v "third_party" | grep -v "smarty3/compiled/") +PHP=$(find -type f -name "*.php" 2>&1 | grep -v "third_party" | grep -v "/vendor/" | grep -v "smarty3/compiled/") for SCRIPT in ${PHP}; do