AutoBuildMarlin icon indicating copy to clipboard operation
AutoBuildMarlin copied to clipboard

Assumes bash shell

Open disconn3ct opened this issue 2 years ago • 1 comments

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.)

disconn3ct avatar Mar 23 '22 13:03 disconn3ct

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.

thinkyhead avatar May 20 '22 18:05 thinkyhead

Duplicate of #46

thinkyhead avatar Dec 28 '23 02:12 thinkyhead