From 1bcea4b10e5c6f33966ad009745c724a86eee770 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Mon, 1 Mar 2010 19:06:09 +0000 Subject: [PATCH] Fixed bug 2961178, problem in getInstallDir git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5326 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index b0b55c3a5..37e3a0c3e 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -1232,7 +1232,7 @@ sub getInstallDir my $installdir = "/install"; # Try to lookup real installdir place. - my @installdir1 = get_site_attribute("installdir"); + my @installdir1 = xCAT::Utils->get_site_attribute("installdir"); # Use fetched value, incase successful database lookup. if ($installdir1[0])