X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=DOCS%2Flint.sh;h=b3de570576e026b8d19b94a6b4dcd7d3ab52dcd6;hb=a783464c744ed9cce0e0e3e5fc22e57f4c1e0b1a;hp=c2b43ca689ea46406f8a90ae0b245ce0d554e224;hpb=241acfbd7e38ff9916100dac9d88892713f85c7f;p=mailer.git diff --git a/DOCS/lint.sh b/DOCS/lint.sh index c2b43ca689..b3de570576 100755 --- a/DOCS/lint.sh +++ b/DOCS/lint.sh @@ -1,10 +1 @@ -#!/bin/sh - -echo "$0: Analysing PHP scripts for syntax errors (lint) ..." -LINT=`find -name "*.php" -exec php -l -f {} 2>&1 \; | grep -v "No syntax errors detected in"` - -if test "${LINT}" != ""; then - echo "${LINT}" -else - echo "$0: No syntax errors found." -fi +#@DEPRECATED