Skip to content

Commit 91717ac

Browse files
committed
fix non-POSIX find usage
1 parent 5300981 commit 91717ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ if test "$PHP_FPM" != "no"; then
654654
PHP_SUBST(SAPI_FPM_PATH)
655655

656656
mkdir -p sapi/fpm/fpm
657-
PHP_FPM_FILES=`cd $abs_srcdir/sapi/fpm && find fpm/ \( -name *.c -not -name fpm_trace*.c \) -exec printf "{} " \;`
657+
PHP_FPM_FILES=`cd $abs_srcdir/sapi/fpm && find fpm/ \( -name *.c \! -name fpm_trace*.c \) -exec printf "{} " \;`
658658

659659
if test "$fpm_trace_type" ; then
660660
PHP_FPM_TRACE_FILES=`cd $abs_srcdir/sapi/fpm && find fpm/ \( -name fpm_trace.c -or -name fpm_trace_$fpm_trace_type.c \) -exec printf "{} " \;`

0 commit comments

Comments
 (0)