File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8190,10 +8190,10 @@ _GetOfflineFirmwareVersion_()
81908190 # Numeric patch (Merlin) #
81918191 formatted_version=" $( echo " $firmware_version " | sed -E ' s/^([0-9]+)_([0-9]+)\.([0-9]+)_([0-9]+)/\1.\2.\3.\4/' ) "
81928192
8193- elif echo " $firmware_version " | grep -qE ' ^([0-9]+)_([0-9]+)\.([0-9]+)_([0-9]+) -gnuton[0-9]+$'
8193+ elif echo " $firmware_version " | grep -qE ' ^([0-9]+)_([0-9]+)\.([0-9]+)_([0-9]+-gnuton[0-9]+) $'
81948194 then
8195- # Stable Gnuton build – drop the "-gnutonN" tail #
8196- formatted_version=" $( echo " $firmware_version " | sed -E ' s/^([0-9]+)_([0-9]+)\.([0-9]+)_([0-9]+) -gnuton[0-9]+$ /\1.\2.\3.\4/' ) "
8195+ # Stable Gnuton build – keep the "-gnutonN" suffix #
8196+ formatted_version=" $( echo " $firmware_version " | sed -E ' s/^([0-9]+)_([0-9]+)\.([0-9]+)_([0-9]+-gnuton[0-9]+) /\1.\2.\3.\4/' ) "
81978197
81988198 elif echo " $firmware_version " | grep -qE ' ^([0-9]+)_([0-9]+)\.([0-9]+)_([0-9]+-gnuton[0-9]+_(alpha|beta)[0-9a-zA-Z]*)$'
81998199 then
You can’t perform that action at this time.
0 commit comments