openfrontier / docker-gerrit

Build a Docker image with the Gerrit code review system
Apache License 2.0
196 stars 118 forks source link

Use single eq operator #136

Closed grotrek closed 3 years ago

grotrek commented 3 years ago

Double eq works only on Bash shell, so the comparison will fall on any other POSIX shells.

thinkernel commented 3 years ago

You are right. Single equal should be used. Thanks for the contribution.