nixpkgs/pkgs/build-support/vm
Profpatsch bef6bef0d2
stdenv/stripHash: print to stdout, not to variable
`stripHash` documentation states that it prints out the stripped name to
the stdout, but the function stored the value in `strippedName`
instead.

Basically all usages did something like
`$(stripHash $foo | echo $strippedName)` which is just braindamaged.
Fixed the implementation and all invocations.
2016-10-11 18:34:36 +02:00
..
deb Add Debian 7.0 2013-05-07 11:19:46 +02:00
rpm vm/rpm/rpm-closure.pl: make it deterministic 2016-03-01 11:02:42 +01:00
windows Escape all shell arguments uniformly 2016-06-12 18:11:37 +01:00
default.nix stdenv/stripHash: print to stdout, not to variable 2016-10-11 18:34:36 +02:00
test.nix Remove runInGenericVM 2013-07-05 00:17:04 +02:00