From 58907888e510f6907513da2ea4506ee78b9bf77c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 6 Sep 2017 02:30:55 +0300 Subject: Style fixes. --- auto/modules/php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/modules/php') diff --git a/auto/modules/php b/auto/modules/php index 00a1015e..f3d59087 100644 --- a/auto/modules/php +++ b/auto/modules/php @@ -65,7 +65,7 @@ $echo "checking for PHP ..." >> $NXT_AUTOCONF_ERR NXT_PHP_LDFLAGS= -if /bin/sh -c "${NXT_PHP_CONFIG} --version" >> $NXT_AUTOCONF_ERR 2>&1; then +if /bin/sh -c "${NXT_PHP_CONFIG} --version" >> $NXT_AUTOCONF_ERR 2>&1; then $echo " found" -- cgit