GCDecompiler icon indicating copy to clipboard operation
GCDecompiler copied to clipboard

setup.sh fails in path with spaces

Open ghost opened this issue 3 years ago • 2 comments

If you attempt run setup.sh in a path with spaces it'll fail with "cd: too many arguments." I've tried adding quotes to $(pwd), but that doesn't look like it's enough.

ghost avatar Jun 05 '22 15:06 ghost

Did you try escaping the spaces? E.g. "my/ directory/ with/ spaces"

Altoc avatar Oct 18 '22 23:10 Altoc

This should hopefully be fixed by me adding quotes around its use in the cd command in setup.sh - apologies for never responding, this project is largely abandonware but I came back to it recently to make some minor fixes.

CraftSpider avatar Jun 29 '23 02:06 CraftSpider