From 855ec960d506e1e743dba6b6271e923e8d7b51c6 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 9 Nov 2007 20:00:27 +0000 Subject: [PATCH] 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 --- xCAT-client-2.0/usr/bin/xcoll | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-client-2.0/usr/bin/xcoll b/xCAT-client-2.0/usr/bin/xcoll index 51040583d..4699e7f58 100755 --- a/xCAT-client-2.0/usr/bin/xcoll +++ b/xCAT-client-2.0/usr/bin/xcoll @@ -24,4 +24,5 @@ foreach (keys %collated) { print "$nodes\n"; print "====================================\n"; print $_; + print "\n"; }