Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161318
b: refs/heads/master
c: a902483
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Aug 19, 2009
1 parent ca9b275 commit d720e76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 810b2be65610af13d60f1e16c0a0f93cbc1f9d06
refs/heads/master: a9024838d029ecd9a6d1389bec798b7296278d6b
8 changes: 4 additions & 4 deletions trunk/scripts/kconfig/streamline_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
chomp $uname;

my @searchconfigs = (
{
"file" => ".config",
"exec" => "cat",
},
{
"file" => "/proc/config.gz",
"exec" => "zcat",
Expand Down Expand Up @@ -82,10 +86,6 @@
"exec" => "scripts/extract-ikconfig",
"test" => "scripts/extract-ikconfig",
},
{
"file" => ".config",
"exec" => "cat",
},
);

sub find_config {
Expand Down

0 comments on commit d720e76

Please sign in to comment.