funtoo / keychain

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

--confhost option is broken #143

Open aheimel opened 1 year ago

aheimel commented 1 year 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