shopware / development

MIT License
189 stars 170 forks source link

bin/setup fails if whitespace in working directory #149

Open gRoberts84 opened 3 years ago

gRoberts84 commented 3 years ago

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.

PremKishan98 commented 3 years ago

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