build-support/writeTextFile: fix for names with spaces
I am sorry.
This commit is contained in:
parent
8379968bb2
commit
3fae68b30c
@ -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 New Issue
Block a user