mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
This worked fine locally...
This commit is contained in:
parent
b6c1139b27
commit
76ab3d4288
@ -12,7 +12,7 @@ done
|
|||||||
|
|
||||||
echo Running PHP lint scans...
|
echo Running PHP lint scans...
|
||||||
|
|
||||||
OUTPUT=`find ./src/pocketmine -name "*.php" -print0 | xargs -0 -n1 -P4 $PHP_BINARY -l`
|
OUTPUT=`find ./src/pocketmine -name "*.php" -print0 | xargs -0 -n1 -P4 "$PHP_BINARY" -l`
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo $OUTPUT | grep -v "No syntax errors"
|
echo $OUTPUT | grep -v "No syntax errors"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user