GCDecompiler
GCDecompiler copied to clipboard
setup.sh fails in path with spaces
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.
Did you try escaping the spaces? E.g. "my/ directory/ with/ spaces"
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.