-rwxr-xr-x | scripts/deps.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deps.pl b/scripts/deps.pl index a219e36..21f816b 100755 --- a/scripts/deps.pl +++ b/scripts/deps.pl @@ -17,9 +17,9 @@ sub getdepends ($$) $intoken = 0; while( <FILE> ) { if( $intoken == 1 ) { /depends\S*(.*)/ && return $1; - if( /\S*(config|menu)/ ) { + if( /^\s*(config|menu)/ ) { $intoken = 0; return; } } else { |