Fix POSIX shell portability
POSIX standard says test command has '=" as for checking identical. '==' is bash dialect. Replace '==' with '='. See: https://pubs.opengroup.org/onlinepubs/009604399/utilities/test.htmlpull/5374/head
parent
5c78a5e4fe
commit
838a20ea95
Loading…
Reference in New Issue