diff --git a/symfony/framework-bundle/3.3/Makefile b/symfony/framework-bundle/3.3/Makefile index 6adf2383..09e392fb 100644 --- a/symfony/framework-bundle/3.3/Makefile +++ b/symfony/framework-bundle/3.3/Makefile @@ -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"