diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2005-02-21 21:36:15 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2005-02-21 21:36:15 +0000 |
commit | f81e5cc5b92f6fc294edb1703c1fba6abb6bd130 (patch) | |
tree | 76473b07c2396f4f7c28c1436fb687dcdce4e65f | |
parent | fb09ca3857df9a610e013b9a88edc25d460ee5cd (diff) | |
download | rpmtools-f81e5cc5b92f6fc294edb1703c1fba6abb6bd130.tar rpmtools-f81e5cc5b92f6fc294edb1703c1fba6abb6bd130.tar.gz rpmtools-f81e5cc5b92f6fc294edb1703c1fba6abb6bd130.tar.bz2 rpmtools-f81e5cc5b92f6fc294edb1703c1fba6abb6bd130.tar.xz rpmtools-f81e5cc5b92f6fc294edb1703c1fba6abb6bd130.zip |
- add a "\n" to beautify output
-rwxr-xr-x | gendistrib | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); } } |