Skip to content

Commit 24ea1d2

Browse files
committed
Remove unneeded escaping of space
1 parent de0f97b commit 24ea1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Makefile.global

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PHP_TEST_SHARED_EXTENSIONS = ` \
9090
. $$i; $(top_srcdir)/build/shtool echo -n -- " -d zend_extension=$(top_builddir)/modules/$$dlname"; \
9191
done; \
9292
fi`
93-
PHP_DEPRECATED_DIRECTIVES_REGEX = '^[\t\ ]*(magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*='
93+
PHP_DEPRECATED_DIRECTIVES_REGEX = '^[\t ]*(magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t ]*='
9494

9595
test: all
9696
@if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \

0 commit comments

Comments
 (0)