bus-stop / Termination

Integrated terminal for Atom. Looks like terminal-plus, acts like your native terminal (except every other Friday). Looking for collaborators! :-)
https://atom.io/packages/termination
MIT License
86 stars 7 forks source link

Strange errors launching termination #101

Closed mbidewell closed 4 years ago

mbidewell commented 5 years ago

When I fire up Termination (or any platformio-ide-terminal fork) in Atom on Fedora 30. I get the following errors:

/usr/bin/sh: switchml: line 1: syntax error: unexpected end of file /usr/bin/sh: error importing function definition for switchml' /usr/bin/sh: module: line 1: syntax error: unexpected end of file /usr/bin/sh: error importing function definition formodule' /usr/bin/sh: switchml: line 1: syntax error: unexpected end of file /usr/bin/sh: error importing function definition for switchml' /usr/bin/sh: module: line 1: syntax error: unexpected end of file /usr/bin/sh: error importing function definition formodule' /usr/bin/sh: switchml: line 1: syntax error: unexpected end of file /usr/bin/sh: error importing function definition for switchml' /usr/bin/sh: module: line 1: syntax error: unexpected end of file /usr/bin/sh: error importing function definition formodule'

The terminal works fine, but I am wondering what is causing these messages.

Thanks!