summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-30 14:54:05 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-30 14:54:05 +0000
commitf0435f0a60fbf5efb75fe679a2bfcd4cadf8ed45 (patch)
treea1e143dccf1f05e514109e9831d6db5b49533ec0
parentce802babdb6cd152ecdb5b939f105ea39296c2c0 (diff)
downloaddrakx-f0435f0a60fbf5efb75fe679a2bfcd4cadf8ed45.tar
drakx-f0435f0a60fbf5efb75fe679a2bfcd4cadf8ed45.tar.gz
drakx-f0435f0a60fbf5efb75fe679a2bfcd4cadf8ed45.tar.bz2
drakx-f0435f0a60fbf5efb75fe679a2bfcd4cadf8ed45.tar.xz
drakx-f0435f0a60fbf5efb75fe679a2bfcd4cadf8ed45.zip
(load_dependencies) perl_checker cleanups
-rw-r--r--kernel/list_modules.pm2
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;
}