Correct shell compatibility issue detected with pkgsrc.
authorKamil Rytarowski <n54@gmx.com>
Wed, 6 Sep 2017 16:48:49 +0000 (18:48 +0200)
committerKamil Rytarowski <n54@gmx.com>
Wed, 6 Sep 2017 16:52:08 +0000 (18:52 +0200)
commita102602bc56e418f9794d653ef103a65f08a5a49
treee43720d3bdd6d6506b72b8875e44798779ac3335
parent8f8f815255bf36800cdfff93fd88a62aaa39ce16
Correct shell compatibility issue detected with pkgsrc.

String comparison of in a POSIX bourne shell must be done
with '=', not '=='. For example the NetBSD sh(1) does not
support it.

gdb/ChangeLog
2017-09-06  Kamil Rytarowski  <n54@gmx.com>

* config/djgpp/djconfig.sh: Correct shell portability issue.
gdb/ChangeLog
gdb/config/djgpp/djconfig.sh
This page took 0.02786 seconds and 4 git commands to generate.