CraftSpider / GCDecompiler

A project to decompile and recompile gamecube games
MIT License
47 stars 7 forks source link

setup.sh fails in path with spaces #9

Open ghost opened 2 years ago

ghost commented 2 years ago

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.

Altoc commented 1 year ago

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

CraftSpider commented 1 year ago

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.