Skip to content
Snippets Groups Projects
Commit b1169dc4 authored by Kevin Kofler's avatar Kevin Kofler Committed by Philip Müller
Browse files

[grubcfg] Fix mismatched quoting and escaping.

If we use .replace("'", "'\\''") for escaping, we also need to use
single quotes, not double quotes.

This was broken by the port from '%' to format, which also randomly
changed quoting characters for no good reason. Changing the outer ones
does not matter, but \" or ' within a string is not the same thing!
parent b935c7db
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment