mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-21 13:35:32 +00:00
Have xcoll force a newline at end of output to help keep headers clear
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@43 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -24,4 +24,5 @@ foreach (keys %collated) {
|
||||
print "$nodes\n";
|
||||
print "====================================\n";
|
||||
print $_;
|
||||
print "\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user