From f81e5cc5b92f6fc294edb1703c1fba6abb6bd130 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Mon, 21 Feb 2005 21:36:15 +0000 Subject: - add a "\n" to beautify output --- gendistrib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gendistrib') 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(); } } -- cgit v1.2.1