Use more compatible "=" in test(1) instead of "=="

The latter is not supported in all shells and results in problems under
NetBSD for example.

Closes #18198.
This commit is contained in:
Vadim Zeitlin
2018-08-16 13:45:53 +02:00
parent 99cb097f4d
commit 48fc60609d
4 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ All:
- Make wxList and wxVector iterators conform to input iterator requirements.
- Fix MT-safety problem when reading and writing from wxSocket (jkubalik).
- Fix build issues under HaikuOS (mill-j).
- Fix problem with wx-config installation under NetBSD (wiz).
- Fix problem with wx-config installation and use under NetBSD (wiz).
All (GUI):