]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/lint.sh
Project continued with rewrites:
[mailer.git] / DOCS / lint.sh
index 2f79ca40f598645cf8fe771f99f6c77ac9146156..b3de570576e026b8d19b94a6b4dcd7d3ab52dcd6 100755 (executable)
@@ -1,10 +1 @@
-#!/bin/sh
-
-echo "$0: Analysing PHP script 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