mandoc: use printf instead of echo for writing configure.local

This should be a bit more robust and portable.
main
sternenseemann 3 years ago
parent 71fae710cc
commit a0a2b5f788
  1. 2
      pkgs/tools/misc/mandoc/default.nix

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';
preConfigure = ''
echo $configureLocal > configure.local
printf '%s' "$configureLocal" > configure.local
'';
meta = with lib; {

Loading…
Cancel
Save