git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10453 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2008-09-07 19:34:03 +00:00
parent 5c090a439f
commit 468d5c6d71

View File

@ -167,7 +167,7 @@ sub resolve_deps {
my($depmod, $depvers) = ($1,$2);
next unless $todo{$depmod} && ver_in_range($todo{$depmod}, $depvers);
# if there are changes this round, maybe the conflict won't come up after they are resolved.
$fail ||= "Cannot install: module $mod ($ver) conflicts with versions $depmod version $todo{depmod}";
$fail ||= "Cannot install: module $mod ($ver) conflicts with $depmod version $todo{$depmod}";
}
}
}