This commit is contained in:
Mattias Andrée 2012-09-13 19:59:56 +02:00
parent 0621a72a07
commit d2c761b327

View file

@ -782,7 +782,7 @@ class Setup():
targets = target.split('/') targets = target.split('/')
dests = dest.split('/') dests = dest.split('/')
while (len(targets) > 1) and (len(target) > 1) and (targets[0] == dests[0]): while (len(targets) > 1) and (len(dests) > 1) and (targets[0] == dests[0]):
targets = targets[1:] targets = targets[1:]
dests = dests[1:] dests = dests[1:]