Skip to content

Commit 2940e5f

Browse files
author
dreamcat four
committed
typo
1 parent ee239db commit 2940e5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ install-fpm: all
739739
@$(INSTALL) -m 0755 $(php_fpm_bin) $(INSTALL_ROOT)$(php_fpm_bin_path)$(program_suffix)$(EXEEXT)
740740

741741
@test "$(php_fpm_conf)" && \
742-
@echo "Installing PHP FPM config: $(INSTALL_ROOT)$(php_fpm_conf_path)" && \
742+
echo "Installing PHP FPM config: $(INSTALL_ROOT)$(php_fpm_conf_path)" && \
743743
$(mkinstalldirs) $(INSTALL_ROOT)$(php_fpm_conf_dir) || :
744744

745745
@test "$(php_fpm_conf)" && \

ac/Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install-fpm: all
1313
@$(INSTALL) -m 0755 $(SAPI_FPM_PATH) $(INSTALL_ROOT)$(php_fpm_bin_path)$(program_suffix)$(EXEEXT)
1414

1515
@test "$(php_fpm_conf)" && \
16-
@echo "Installing PHP FPM config: $(INSTALL_ROOT)$(php_fpm_conf_path)" && \
16+
echo "Installing PHP FPM config: $(INSTALL_ROOT)$(php_fpm_conf_path)" && \
1717
$(mkinstalldirs) $(INSTALL_ROOT)$(php_fpm_conf_dir) || :
1818

1919
@test "$(php_fpm_conf)" && \

m4/Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install-fpm: all
1313
@$(INSTALL) -m 0755 $(php_fpm_bin) $(INSTALL_ROOT)$(php_fpm_bin_path)$(program_suffix)$(EXEEXT)
1414

1515
@test "$(php_fpm_conf)" && \
16-
@echo "Installing PHP FPM config: $(INSTALL_ROOT)$(php_fpm_conf_path)" && \
16+
echo "Installing PHP FPM config: $(INSTALL_ROOT)$(php_fpm_conf_path)" && \
1717
$(mkinstalldirs) $(INSTALL_ROOT)$(php_fpm_conf_dir) || :
1818

1919
@test "$(php_fpm_conf)" && \

0 commit comments

Comments
 (0)