nixpkgs/pkgs/tools/typesetting/tex/nix
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
..
animatedot.sh stdenv/stripHash: print to stdout, not to variable 2016-10-11 18:34:36 +02:00
copy-includes.pl Moved all LaTeX expressions into tools/typesetting hierarchy. 2012-02-04 09:31:07 +00:00
default.nix stdenv/stripHash: print to stdout, not to variable 2016-10-11 18:34:36 +02:00
dot2pdf.sh stdenv/stripHash: print to stdout, not to variable 2016-10-11 18:34:36 +02:00
dot2ps.sh stdenv/stripHash: print to stdout, not to variable 2016-10-11 18:34:36 +02:00
find-includes.pl Moved all LaTeX expressions into tools/typesetting hierarchy. 2012-02-04 09:31:07 +00:00
find-lhs2tex-includes.sh Moved all LaTeX expressions into tools/typesetting hierarchy. 2012-02-04 09:31:07 +00:00
lhs2tex.sh stdenv/stripHash: print to stdout, not to variable 2016-10-11 18:34:36 +02:00
run-latex.sh stdenv/stripHash: print to stdout, not to variable 2016-10-11 18:34:36 +02:00