build-support/writeTextFile: fix for names with spaces
I am sorry.
This commit is contained in:
@@ -121,7 +121,7 @@ rec {
|
||||
allowSubstitutes = false;
|
||||
}
|
||||
''
|
||||
target=$out${destination}
|
||||
target=$out${lib.escapeShellArg destination}
|
||||
mkdir -p "$(dirname "$target")"
|
||||
|
||||
if [ -e "$textPath" ]; then
|
||||
|
||||
Reference in New Issue
Block a user