Browse Source
The `==` operator is not defined by POSIX and many test(1) (also spelled `[`) implementations do not support it. Replace uses of `==` with the POSIX-conformant `=` equality operator.master

3 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue