cloudera / clusterdock

Apache License 2.0
70 stars 57 forks source link

Replaced == with = in clusterdock_ssh() for wider shell compatibility. #29

Closed a-vk closed 6 years ago

a-vk commented 7 years ago

Using zsh, and running clusterdock_ssh() kept throwing a “= not found” message. Looking around, seemed like just a single = was the POSIX standard for string comparison and had wider shell compatibility. Tested the single = in bash and it still worked.