* --realise' -> --install'.

This commit is contained in:
Eelco Dolstra 2003-07-07 09:29:40 +00:00
parent 5895c160c4
commit be96c2189c
2 changed files with 5 additions and 8 deletions

View file

@ -125,11 +125,8 @@ static string queryPathByHashPrefix(Hash hash, const string & prefix)
for (Strings::iterator it = paths.begin();
it != paths.end(); it++)
{
debug(*it);
string path = *it;
try {
debug(path);
debug(prefix);
if (isInPrefix(path, prefix) && hashPath(path) == hash)
return path;
} catch (Error & e) {