nixpkgs/pkgs/stdenv
Thomas Tuegel e15fc83fc9 Don't split paths with spaces
setup.sh uses the anti-pattern `for f in $(find ...); do` in several
places. `find` returns one path per line, but `for` splits its arguments
by words, so paths which contain spaces are incorrectly split! The
correct way is `find ... | while read f; do`
2014-01-11 07:54:35 -06:00
..
generic Don't split paths with spaces 2014-01-11 07:54:35 -06:00
linux stdenv-linux: Prevent dependency on bootstrap-tools in the final binutils 2014-01-07 17:50:12 +01:00
mingw
native
nix
adapters.nix
common-path.nix
default.nix