mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 16:57:26 +00:00
Previously, the `check_java_version` function used a regular expression that worked with GNU sed, but failed with BSD sed. This change uses an extended regular expression that works with both sed flavors.