summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-01-01 21:48:58 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-01-01 21:48:58 +0100
commit5abf0f917b5bf5dac01b922b77252cb98c0c2788 (patch)
tree77be5fdf63f10dbc3edcac22689894d7fc8def74
parenta08f5b459fd5bab09d6e3076cb5392a8a68387ca (diff)
tibtoa: Print trailing newline after programs
-rwxr-xr-xbin/tibtoa2
1 files changed, 1 insertions, 1 deletions
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;