Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220972
b: refs/heads/master
c: cf5a189
h: refs/heads/master
v: v3
  • Loading branch information
hiromu authored and Steven Rostedt committed Oct 29, 2010
1 parent 7c49322 commit 6942680
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ccece60ac69608c496b07c0d31a68894db0a22b3
refs/heads/master: cf5a189d4a02efb3712cfb424452f4ce3ab7c4a2
4 changes: 3 additions & 1 deletion trunk/scripts/kconfig/streamline_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
# mv config_strip .config
# make oldconfig
#
use strict;

my $config = ".config";

my $uname = `uname -r`;
Expand Down Expand Up @@ -291,7 +293,7 @@ sub read_kconfig {
# see what modules are loaded on this system
my $lsmod;

foreach $dir ( ("/sbin", "/bin", "/usr/sbin", "/usr/bin") ) {
foreach my $dir ( ("/sbin", "/bin", "/usr/sbin", "/usr/bin") ) {
if ( -x "$dir/lsmod" ) {
$lsmod = "$dir/lsmod";
last;
Expand Down

0 comments on commit 6942680

Please sign in to comment.