]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Replace "==" (a bashism) with "=".
authorDarren Tucker <dtucker@dtucker.net>
Fri, 23 Apr 2021 09:49:46 +0000 (19:49 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 23 Apr 2021 09:49:46 +0000 (19:49 +1000)
.github/setup_ci.sh

index 61fd9725d0c5d6ef321bcb855fa74a9d4bae9861..46832128858f059912323b5042a74ae9695b2d2a 100755 (executable)
@@ -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