AutoBuildMarlin
AutoBuildMarlin copied to clipboard
Assumes bash shell
It assumes the user shell is bash when it runs platformio. The command works if wrapped with bash -c '..'
instead. (I use fish shell but this affects anyone with a shell that cannot parse that style of pipe.)
Interesting. Which part assumes BASH? Is it the cat
command at the end that writes the IPC file? The only other command is the invocation of platformio itself, which I would expect to be agnostic about the shell.
Duplicate of #46