kconfig: fix missing quoting

This commit is contained in:
paki23 2024-04-20 21:06:28 +02:00 committed by Robert Helgesson
parent 2ad154bd1b
commit e2e7ea9b8f
No known key found for this signature in database
GPG Key ID: 96E745BD17AA17ED
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ in {
else if t == "bool" then
"--type bool ${builtins.toJSON v}"
else
toString v;
lib.escapeShellArg (toString v);
toLine = file: path: value:
if builtins.isAttrs value then
lib.mapAttrsToList