From 5621e0a3691a2bf23b20d4c9d90cbd21088a5093 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 29 Apr 2008 17:53:33 +0000 Subject: [PATCH] -Fix lack of newline on a message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1224 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/share/xcat/netboot/rh/genimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/share/xcat/netboot/rh/genimage b/xCAT-server-2.0/share/xcat/netboot/rh/genimage index 459c0b59d..e31951a56 100755 --- a/xCAT-server-2.0/share/xcat/netboot/rh/genimage +++ b/xCAT-server-2.0/share/xcat/netboot/rh/genimage @@ -66,7 +66,7 @@ unless ($onlyinitrd) { find(\&isyumdir, <$installroot/$osver/$arch/>); unless (scalar(@yumdirs)) { #unless ( -d $srcdir."/repodata" ) { - print "Need $installroot/$osver/$arch/ available from a system that has ran copycds on $osver $arch"; + print "Need $installroot/$osver/$arch/ available from a system that has ran copycds on $osver $arch\n"; exit 1; } my $yumconfig;