build-support/writeTextFile: fix for names with spaces
I am sorry.
This commit is contained in:
parent
8379968bb2
commit
3fae68b30c
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ rec {
|
|||
allowSubstitutes = false;
|
||||
}
|
||||
''
|
||||
target=$out${destination}
|
||||
target=$out${lib.escapeShellArg destination}
|
||||
mkdir -p "$(dirname "$target")"
|
||||
|
||||
if [ -e "$textPath" ]; then
|
||||
|
|
Loading…
Reference in a new issue