funtoo / keychain

keychain ssh-agent front-end
http://www.funtoo.org
GNU General Public License v2.0
758 stars 108 forks source link

--confhost option is broken #143

Open aheimel opened 2 years ago

aheimel commented 2 years ago

Using this option this error appears: /usr/bin/keychain: line 1166: [: =: unary operator expected

As a workaround 1166 if [ $h = "$1" ]; then

can be changed to 1166 if [ "$h" = "$1" ]; then