From f0435f0a60fbf5efb75fe679a2bfcd4cadf8ed45 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 30 Mar 2009 14:54:05 +0000 Subject: (load_dependencies) perl_checker cleanups --- kernel/list_modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 91ceba17f..89dd560a3 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -309,7 +309,7 @@ sub load_dependencies { if (!begins_with($path, "/")) { #- with newer module-init-tools, modules.dep can contain #- relative paths - $path = dirname($file).'/'.$path; + $path = dirname($file) . '/' . $path; } $moddeps{$modname}{path} = $path; } -- cgit v1.2.1