fixed space issue in bin/console (#200)

This commit is contained in:
Fabien Potencier
2017-10-02 16:10:45 -07:00
committed by Symfony
parent 2f672602bc
commit be5333aae5
+1 -1
View File
@@ -1,4 +1,4 @@
CONSOLE := $(shell which bin/console)
CONSOLE := $(shell printf %q "`which bin/console`")
sf_console:
ifndef CONSOLE
@printf "Run \033[32mcomposer require cli\033[39m to install the Symfony console.\n"