diff options
| author | Thi Tran <thi@us.ibm.com> | 2012-07-10 15:05:08 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-07-12 10:54:28 -0500 |
| commit | b37137dc550343c0dc6368d3d56558941e48c79e (patch) | |
| tree | 85265248c06c766f20f295d80cee5b388f1b583a /src/build/debug/Hostboot | |
| parent | 8de05d745201752e69c646e2586122b5cf89b48d (diff) | |
| download | talos-hostboot-b37137dc550343c0dc6368d3d56558941e48c79e.tar.gz talos-hostboot-b37137dc550343c0dc6368d3d56558941e48c79e.zip | |
VPO tools update for model m_4_a (s1_e8032_c0400_cen1_cen077_unopt_1)
Change-Id: If1d0e4b8922bd1e12941c1722ecc25d819e89b29
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1334
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/debug/Hostboot')
| -rwxr-xr-x | src/build/debug/Hostboot/ContTrace.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/debug/Hostboot/ContTrace.pm b/src/build/debug/Hostboot/ContTrace.pm index 1559199be..516c8eafd 100755 --- a/src/build/debug/Hostboot/ContTrace.pm +++ b/src/build/debug/Hostboot/ContTrace.pm @@ -20,8 +20,7 @@ # # Origin: 30 # -# IBM_PROLOG_END - +# IBM_PROLOG_END_TAG use strict; package Hostboot::ContTrace; @@ -239,6 +238,7 @@ sub main ::userDisplay $line; } } + unlink($fname[$i]); } if ($dbgMsg) |

