aboutsummaryrefslogtreecommitdiffstats
path: root/gendistrib
diff options
context:
space:
mode:
Diffstat (limited to 'gendistrib')
-rwxr-xr-xgendistrib2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendistrib b/gendistrib
index c5d6834..e6bfe2d 100755
--- a/gendistrib
+++ b/gendistrib
@@ -240,7 +240,7 @@ if (-f $distrib->getpath(undef, 'root') . '/' . $distrib->getpath(undef, 'infodi
if (! -f $distrib->getpath(undef, 'root') . '/' . $distrib->getpath(undef, 'infodir') . '/hdlists' ||
((stat($distrib->getpath(undef, 'root') . '/' . $distrib->getpath(undef, 'infodir') . '/media.cfg'))[9] >
(stat($distrib->getpath(undef, 'root') . '/' . $distrib->getpath(undef, 'infodir') . '/hdlists'))[9])) {
- print STDERR "Write hdlists files" unless($nooutput);
+ print STDERR "Write hdlists files\n" unless($nooutput);
$distrib->write_hdlists();
}
}