make-bootstrap-tools-cross.nix: Strip extra whitespace

This commit is contained in:
Tuomas Tynkkynen
2016-06-10 16:17:30 +03:00
parent 7a5b85cdda
commit 2d3d105b02
@@ -126,7 +126,7 @@ rec {
crossConfig = stdenv.cross.config; crossConfig = stdenv.cross.config;
buildCommand = '' buildCommand = ''
set -x set -x
mkdir -p $out/bin $out/lib $out/libexec mkdir -p $out/bin $out/lib $out/libexec
# Copy what we need of Glibc. # Copy what we need of Glibc.