summaryrefslogtreecommitdiffstats
path: root/src/build/debug/Hostboot/Errl.pm
diff options
context:
space:
mode:
authorCamVan Nguyen <ctnguyen@us.ibm.com>2012-02-03 12:25:27 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-02-07 11:57:25 -0600
commitcadd824189729c71542271e41460290ed7c5e961 (patch)
treeed6e2ab9653572f76f5b688e67122612ab501045 /src/build/debug/Hostboot/Errl.pm
parent4f09f9f6573e174c72b684b883d77f824fe949fe (diff)
downloadtalos-hostboot-cadd824189729c71542271e41460290ed7c5e961.tar.gz
talos-hostboot-cadd824189729c71542271e41460290ed7c5e961.zip
Changes to VPO tools:
Add tool's directory to perl's search path so tool modules can be found and tool can be invoked from anywhere. Change to use Hostboot's own copies of external vbu tools. Change to use common arguments for tools. Change-Id: Ide6233df381e33e724c4b57bf5fdeb37ff7233bb Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/645 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/debug/Hostboot/Errl.pm')
-rwxr-xr-xsrc/build/debug/Hostboot/Errl.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/debug/Hostboot/Errl.pm b/src/build/debug/Hostboot/Errl.pm
index 654b10e46..ca4564d24 100755
--- a/src/build/debug/Hostboot/Errl.pm
+++ b/src/build/debug/Hostboot/Errl.pm
@@ -100,7 +100,7 @@ sub main
close( ERRLDATA );
my $imagePath;
- $imagePath = ::determineImagePath();
+ $imagePath = ::getImgPath();
if (not defined $imagePath)
{
::userDisplay "Can not find img path to errlparser binary.\n";
OpenPOWER on IntegriCloud