Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323500
b: refs/heads/master
c: 4eae518
h: refs/heads/master
v: v3
  • Loading branch information
Yuta Ando authored and Steven Rostedt committed Oct 1, 2012
1 parent 9a7b3ab commit 54c9a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 45f4c81d690a57838822d4d01ad4c03651b76b95
refs/heads/master: 4eae518d4b01b0cbf2f0d8edb5a6f3d6245ee8fb
2 changes: 2 additions & 0 deletions trunk/scripts/kconfig/streamline_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,8 @@ sub loop_select {
if (defined($configs{$1})) {
if ($localyesconfig) {
$setconfigs{$1} = 'y';
print "$1=y\n";
next;
} else {
$setconfigs{$1} = $2;
}
Expand Down

0 comments on commit 54c9a0a

Please sign in to comment.