Skip to content

Commit

Permalink
TT sends output to STDOUT, removed extra print().
Browse files Browse the repository at this point in the history
  • Loading branch information
jest committed Dec 26, 2010
1 parent ff0067c commit 738eb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/book-to-latex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sub main {
$paper = undef;
}

print $tt->process(
$tt->process(
'book.sty', {
content => $output,
paper => $paper,
Expand Down

0 comments on commit 738eb39

Please sign in to comment.