mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 23:15:48 +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.