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
..
2016-08-31 11:34:46 +02:00
2016-05-22 10:05:37 +01:00
2016-05-04 20:31:38 +01:00
2015-09-22 20:23:23 +02:00
2012-05-11 21:42:00 +00:00