Closed effi closed 9 years ago
It is lack of testing, since I use bash. There is nothing special about == (any way man bash
suggest "... = may be used in place of == for strict POSIX compliance ...").
I think it will be easier for me to update patches, since I have all (2.2.x, 2.3.1, 2.3.x, 2.4.0, 2.4.x) versions installed.
Fixed by ea1c09c06c757786e54d0ecc1fc280f58c49e299
Another issue I would like to tackle:
The == operator ist not posix compliant, but (more or less) bash specific and doesn't work in a lot of other shells, including my beloved zsh. eg:
Is there anything speaking against changing all == to = so that
If not, I can create a pull request if you like.
Atb Effi