On Fri, Aug 22, 2025 at 10:43:17PM -0500, Andrew Hamilton wrote: > Gettext 0.26 validates format strings. In some cases before > the GRUB build process was converting newlines sequences (\n) > to (\<translated character>) which is invalid. Update the impacted > language SED script files to ensure newlines use the correct escape > sequence. > > This avoids build errors such as: > [email protected]:8192: 'msgstr' is not a valid Shell printf format string, > unlike 'msgid'. Reason: This escape sequence is invalid. > > Fixes: https://savannah.gnu.org/bugs/?67353 > > Signed-off-by: Andrew Hamilton <[email protected]>
Reviewed-by: Daniel Kiper <[email protected]> Daniel _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
