Closed dhduvall closed 9 years ago
Hi @dhduvall,
Thank you very much for reporting the issue. We'll be shipping a fix soon.
But... I see that you're running an old version of HighLine (1.6.21) We're not maintaining the 1.6.x We're bug fixing 1.7.x and developing 2.0.x. I would suggest you to upgrade to 1.7 stable branch.
Dear @dhduvall ,
We have released a new version with your reported issue fixed. Could you test it and confirm if there's any other issue on solaris?
So bosh_cli's gemspec claims a dependency on highline ~> 1.6.2
for reasons I haven't dug into, but if I modify that, the latest git repo at least gets past the error.
Thanks!
Trying to run bosh:
It's pretty clear that there's a mismatch in the variable names in the code:
where either
c
needs to bex
or vice versa. The code has since moved intoterminal/unix_stty.rb
, but is otherwise unchanged.