Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220974
b: refs/heads/master
c: 8ef17fa
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Oct 29, 2010
1 parent 0631f73 commit 9e0d6cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 20d190473328b90755eb2434cf2d26b73a53ef23
refs/heads/master: 8ef17fa2ef8be74b946e725c2afb0e2a54981da1
4 changes: 2 additions & 2 deletions trunk/scripts/kconfig/streamline_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ sub read_kconfig {
}

# configs found
if (/^\s*config\s+(\S+)\s*$/) {
if (/^\s*(menu)?config\s+(\S+)\s*$/) {
$state = "NEW";
$config = $1;
$config = $2;

for (my $i = 0; $i < $iflevel; $i++) {
if ($i) {
Expand Down

0 comments on commit 9e0d6cc

Please sign in to comment.