diff options
Diffstat (limited to 'auto/feature')
| -rw-r--r-- | auto/feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/feature b/auto/feature index e71b6e521..2cb405921 100644 --- a/auto/feature +++ b/auto/feature @@ -41,7 +41,7 @@ ngx_test="$CC $CC_TEST_FLAGS $CC_AUX_FLAGS $ngx_feature_inc_path \ ngx_feature_inc_path= -eval "$ngx_test >> $NGX_AUTOCONF_ERR 2>&1" +eval "/bin/sh -c \"$ngx_test\" >> $NGX_AUTOCONF_ERR 2>&1" if [ -x $NGX_AUTOTEST ]; then |
