mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 10:40:24 +00:00
remove print of dots for each 1000 lines, messes up inventory
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2406 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -103,8 +103,6 @@ while (<STDIN>)
|
||||
# feedback on lines processed
|
||||
#
|
||||
$num_lines++;
|
||||
if ($::opt_x) { $num_lines % 100 == 0 && print STDOUT "."; }
|
||||
else { $num_lines % 1000 == 0 && print STDOUT "."; }
|
||||
|
||||
if (/: /)
|
||||
{
|
||||
|
Reference in New Issue
Block a user