From 9a7b3ab63d4d79518d097b1b5f68339c42c0081a Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Thu, 9 Aug 2012 09:23:23 -0400 Subject: [PATCH] --- yaml --- r: 323499 b: refs/heads/master c: 45f4c81d690a57838822d4d01ad4c03651b76b95 h: refs/heads/master i: 323497: db48370e2cad8f5350847b280ef2b10018f9a5c1 323495: 7936c68df23c63ecfd57963679cad70e9f460802 v: v3 --- [refs] | 2 +- trunk/scripts/kconfig/streamline_config.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 26327bf62f08..b2f370cd057b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e0d28694d33dc7f37832b4fe4fe229655a64f991 +refs/heads/master: 45f4c81d690a57838822d4d01ad4c03651b76b95 diff --git a/trunk/scripts/kconfig/streamline_config.pl b/trunk/scripts/kconfig/streamline_config.pl index 22b66cada779..39b6314fe634 100644 --- a/trunk/scripts/kconfig/streamline_config.pl +++ b/trunk/scripts/kconfig/streamline_config.pl @@ -252,7 +252,7 @@ sub read_kconfig { close($kinfile); # read in any configs that were found. - foreach $kconfig (@kconfigs) { + foreach my $kconfig (@kconfigs) { if (!defined($read_kconfigs{$kconfig})) { $read_kconfigs{$kconfig} = 1; read_kconfig($kconfig);