mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 00:11:48 +02:00
The existing regex simply ensures that the captured version string doesn't go past the end of a line. We really want to grab as much as possible. Do this by explicitly including a ) character at the end of the regex to match the last character of the version test. Signed-off-by: Stephen Warren <swarren@nvidia.com>