-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
This commit is contained in:
jbjohnso 2010-07-16 17:18:21 +00:00
parent 538321af59
commit 3ac28157fe

View File

@ -44,7 +44,7 @@ sub include_file
$file = $idir."/".$file;
}
open(INCLUDE,$file) || \
open(INCLUDE,$file) ||
return "#INCLUDEBAD:cannot open $file#";
while(<INCLUDE>) {