Closed reconbot closed 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
/etc/profile
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.
{
(
That's super weird...?
when I ssh into my t2 I get
I traced it down to the last line of
/etc/profile
which readsThe left
{
is accidentally a(
. I'd suggest the next version clean this up. Unexpectedly this file persist through a firmware update.