Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323499
b: refs/heads/master
c: 45f4c81
h: refs/heads/master
i:
  323497: db48370
  323495: 7936c68
v: v3
  • Loading branch information
Bill Pemberton authored and Steven Rostedt committed Aug 16, 2012
1 parent b08b225 commit 9a7b3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e0d28694d33dc7f37832b4fe4fe229655a64f991
refs/heads/master: 45f4c81d690a57838822d4d01ad4c03651b76b95
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/streamline_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9a7b3ab

Please sign in to comment.