summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-06-27 13:17:42 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-07-02 10:43:19 -0500
commit3c29316ea72bf0a967c00a36ab50bbf402b82e29 (patch)
treede45b9de85077bcf82490252b99e3e4d515463a0 /src/build
parenteb08add0fe6a160c760b15565f6836eda81aef21 (diff)
downloadtalos-hostboot-3c29316ea72bf0a967c00a36ab50bbf402b82e29.tar.gz
talos-hostboot-3c29316ea72bf0a967c00a36ab50bbf402b82e29.zip
fix minor bug that would incorrectly drop files as redundant.
Change-Id: Ic45b4c362e45dcbf7ac30a0c8fb0e367a69fdecc RTC: 76585 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5223 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/tools/hwp_id.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/tools/hwp_id.pl b/src/build/tools/hwp_id.pl
index 03743a3ea..c6284dd9e 100755
--- a/src/build/tools/hwp_id.pl
+++ b/src/build/tools/hwp_id.pl
@@ -359,7 +359,7 @@ sub findIdVersion
{
$display_name = $fn;
}
- $redundant = grep { m/$fn/ } @foundFn;
+ $redundant = grep { m/^$fn$/ } @foundFn;
if ( !$redundant )
{
push( @foundFn, $display_name );
OpenPOWER on IntegriCloud