-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:
parent
538321af59
commit
3ac28157fe
@ -44,7 +44,7 @@ sub include_file
|
||||
$file = $idir."/".$file;
|
||||
}
|
||||
|
||||
open(INCLUDE,$file) || \
|
||||
open(INCLUDE,$file) ||
|
||||
return "#INCLUDEBAD:cannot open $file#";
|
||||
|
||||
while(<INCLUDE>) {
|
||||
|
Loading…
Reference in New Issue
Block a user