diff options
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |