summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf
diff options
context:
space:
mode:
authorBill Schwartz <whs@us.ibm.com>2014-04-23 08:42:06 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-25 15:52:07 -0500
commit7341737ec6b328ecd0b9c26faf3151f1e4cfe938 (patch)
tree5d9121162574fcd5dc0f4abbc5cbcd82e048c7c2 /src/usr/hwpf
parent31d3ba898e04d288ecf5b521d164006721b5e410 (diff)
downloadtalos-hostboot-7341737ec6b328ecd0b9c26faf3151f1e4cfe938.tar.gz
talos-hostboot-7341737ec6b328ecd0b9c26faf3151f1e4cfe938.zip
Need to be sure to remove any quotes when creating our plugins
Instead of complaining and failing when double quotes are seen in Error XML, just ignore them. Will update FSP as well. Change-Id: I2fccb02113436b9882bb73ab85299ea330ce8acf RTC: 103103 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10708 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf')
-rwxr-xr-xsrc/usr/hwpf/plat/fapiPlatCreateHwpErrParser.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatCreateHwpErrParser.pl b/src/usr/hwpf/plat/fapiPlatCreateHwpErrParser.pl
index 5112e1b19..a69050738 100755
--- a/src/usr/hwpf/plat/fapiPlatCreateHwpErrParser.pl
+++ b/src/usr/hwpf/plat/fapiPlatCreateHwpErrParser.pl
@@ -109,6 +109,7 @@ foreach my $argnum (1 .. $#ARGV)
$desc =~ s/^ +//g;
$desc =~ s/ +$//g;
$desc =~ s/ +/ /g;
+ $desc =~ s/\"//g;
#----------------------------------------------------------------------
# Print the RC description
OpenPOWER on IntegriCloud