Skip to content
Snippets Groups Projects
Commit 6d1801b5 authored by Ganesh Ajjanagadde's avatar Ganesh Ajjanagadde Committed by Timothy Gu
Browse files

configure: make assignment of variable to '=' explicit


op== is confusing, as it may easily be mistook for an equality check,
while in reality it is doing an assigment to '='.
This patch has the additional benefit of cleaning up 2 warnings from shellcheck.net.

Signed-off-by: default avatarGanesh Ajjanagadde <gajjanagadde@gmail.com>
parent 164cd9b4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment