commit | 9f9f8d8e630b4c5d7dd3172954fb60f32e68a0f4 | [log] [tgz] |
---|---|---|
author | Stephen Kitt <steve@sk2.org> | Sun Mar 19 13:55:25 2023 +0100 |
committer | Cosmin Truta <ctruta@gmail.com> | Wed Dec 27 12:53:48 2023 +0200 |
tree | 5630d828d25193742571845bf1933329350f5aa2 | |
parent | 437b24a958434111bd3e203adbbf2b9b2a78aea8 [diff] |
Fix bashisms makepngs.sh relies on a Bash feature in one of its case statements, ";;&"; this should be made explicit in the shebang. intgamma.sh declares a function in a manner which may fail in non-Bash sh implementations, this patch uses the correct syntax. Based on a patch by Roflcopter4: https://github.com/joncampbell123/dosbox-x/pull/3850 Signed-off-by: Stephen Kitt <steve@sk2.org>