Project continued with rewrites:
[mailer.git] / DOCS / lint.sh
index c2b43ca689ea46406f8a90ae0b245ce0d554e224..b3de570576e026b8d19b94a6b4dcd7d3ab52dcd6 100755 (executable)
@@ -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