fix ExtTab.pm so it will build on machine with no xCAT installed

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7310 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-08-30 18:05:21 +00:00
parent 3d0b3847f7
commit cca60c35b1

View File

@ -260,7 +260,6 @@ sub get_xcatcfg
}
}
}
($xcatcfg =~ /^$/) && die "Can't locate xCAT configuration";
unless ($xcatcfg =~ /:/)
{
$xcatcfg = "SQLite:" . $xcatcfg;