made test statement sh compatible

This commit is contained in:
sose 2020-06-14 21:03:18 +00:00
parent faf4e6c692
commit 1bf6125090
1 changed files with 1 additions and 1 deletions

2
irc.sh
View File

@ -40,7 +40,7 @@ set_relay_config(){
stty -echo
read -r weechat_relay_confirm_password
stty echo
if [ "$weechat_relay_password" == "$weechat_relay_confirm_password" ]
if [ "$weechat_relay_password" = "$weechat_relay_confirm_password" ]
then
break
else