From: Darren Tucker Date: Fri, 23 Apr 2021 09:49:46 +0000 (+1000) Subject: Replace "==" (a bashism) with "=". X-Git-Tag: V_8_7_P1~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3737c9f66ee590255546c4b637b6d2be669a11eb;p=thirdparty%2Fopenssh-portable.git Replace "==" (a bashism) with "=". --- diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index 61fd9725d..468321288 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -62,7 +62,7 @@ for TARGET in $TARGETS; do esac done -if [ "yes" == "$INSTALL_FIDO_PPA" ]; then +if [ "yes" = "$INSTALL_FIDO_PPA" ]; then sudo apt update -qq sudo apt install software-properties-common sudo apt-add-repository ppa:yubico/stable