shopware/development

bin/setup fails if whitespace in working directory

Opened this issue · 1 comments

Hi there,

Running bin/setup on my working directory that is for example /home/username/my projects/shopware fails as with error

sh: projects: command not found.

Turns out quite a few files are not wrapping the __PROJECT_ROOT__ in double quotes, so fails.

If you are using a Linux OS, please do not leave spaces in between my and projects. Instead use underscores or minus (-). This will help you out to run the command without any errors