tessel / tessel-av

USB Camera, Microphone, MP3 Player and Text Speaker support for Tessel 2.
38 stars 9 forks source link

Error on ssh login after using module #13

Closed reconbot closed 8 years ago

reconbot commented 8 years ago

when I ssh into my t2 I get

-ash: syntax error: bad function name

I traced it down to the last line of /etc/profile which reads

export AV_INSTALLED_$(binary.toUpperCase()}=1

The left { is accidentally a (. I'd suggest the next version clean this up. Unexpectedly this file persist through a firmware update.

rwaldron commented 8 years ago

That's super weird...?