mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
Avoid concatenating lists of one string
This commit is contained in:
parent
e5c589d271
commit
767101824a
2 changed files with 2 additions and 2 deletions
|
@ -965,7 +965,7 @@ void ExprConcatStrings::eval(EvalState & state, Env & env, Value & v)
|
|||
isPath = vStr.type == tPath;
|
||||
first = false;
|
||||
}
|
||||
|
||||
|
||||
s << state.coerceToString(vStr, context, false, !isPath);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue