From 5abf0f917b5bf5dac01b922b77252cb98c0c2788 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 1 Jan 2009 21:48:58 +0100 Subject: tibtoa: Print trailing newline after programs --- bin/tibtoa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/tibtoa b/bin/tibtoa index a620183..221c543 100755 --- a/bin/tibtoa +++ b/bin/tibtoa @@ -761,7 +761,7 @@ if ($header{type} eq 'program') { $cache = ''; } } - print $cache; + print "$cache\n"; } elsif ($header{type} eq 'matrix' or $header{type} eq 'list') { my ($step, $exp, $digit); my $i = 0; -- cgit v1.2.3