2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-03-25 03:39:17 +00:00

Merge branch 'master' into async

This commit is contained in:
Jarrod Johnson
2024-03-15 12:31:51 -04:00

View File

@@ -206,6 +206,8 @@ def fixup(rootdir, vols):
ent = convert_lv(ent)
if ent:
newline.append(ent)
elif '""' in ent:
newline.append('""')
else:
newline.append(ent)
defgrubout.write(' '.join(newline) + '\n')