From 3ac28157fe11ead1cb9a43dade18e3df33deb066 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 16 Jul 2010 17:18:21 +0000 Subject: [PATCH] -Fix syntax error in imgutils.pm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6780 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/imgutils/imgutils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/imgutils/imgutils.pm b/xCAT-server/share/xcat/netboot/imgutils/imgutils.pm index 9e139ee9f..fcaeec6b7 100644 --- a/xCAT-server/share/xcat/netboot/imgutils/imgutils.pm +++ b/xCAT-server/share/xcat/netboot/imgutils/imgutils.pm @@ -44,7 +44,7 @@ sub include_file $file = $idir."/".$file; } - open(INCLUDE,$file) || \ + open(INCLUDE,$file) || return "#INCLUDEBAD:cannot open $file#"; while() {