[openssh-commits] [openssh] 02/02: Replace "==" (a bashism) with "=".
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 23 19:52:35 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 3737c9f66ee590255546c4b637b6d2be669a11eb
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Apr 23 19:49:46 2021 +1000
Replace "==" (a bashism) with "=".
---
.github/setup_ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 61fd9725..46832128 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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list