nixpkgs/pkgs/data/sgml+xml
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
..
schemas stdenv/stripHash: print to stdout, not to variable 2016-10-11 18:34:36 +02:00
stylesheets/xslt/docbook-xsl Merge #14356: docbook updates 2016-06-09 13:11:53 +02:00