development icon indicating copy to clipboard operation
development copied to clipboard

bin/setup fails if whitespace in working directory

Open gRoberts84 opened this issue 4 years ago • 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.

gRoberts84 avatar Mar 05 '21 19:03 gRoberts84

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

PremKishan98 avatar Aug 17 '21 06:08 PremKishan98