mandoc: use printf instead of echo for writing configure.local
This should be a bit more robust and portable.
This commit is contained in:
parent
71fae710cc
commit
a0a2b5f788
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
echo $configureLocal > configure.local
|
||||
printf '%s' "$configureLocal" > configure.local
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user