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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user