From cc19fc8def6e62917e88bf5ca16a86b2f853849b Mon Sep 17 00:00:00 2001 From: linggao Date: Thu, 31 Mar 2011 19:38:13 +0000 Subject: [PATCH] minor fix in ExtTab.pm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9202 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/ExtTab.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/ExtTab.pm b/perl-xCAT/xCAT/ExtTab.pm index cd6521c20..259d5f1b3 100644 --- a/perl-xCAT/xCAT/ExtTab.pm +++ b/perl-xCAT/xCAT/ExtTab.pm @@ -15,7 +15,7 @@ $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/opt/xcat' use File::Path; %ext_tabspec=(); -$ext_defspec=(); +%ext_defspec=(); # loads user defined table spec. They are stored under /opt/xcat/lib/perl/xCAT_schema directory