From d2c761b3274df3d042f0f94a559f4c7dc4f3f5be Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 13 Sep 2012 19:59:56 +0200 Subject: derp --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e9c43c..02f91b0 100755 --- a/setup.py +++ b/setup.py @@ -782,7 +782,7 @@ class Setup(): targets = target.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:] dests = dests[1:] -- cgit