From: Johannes Berg Date: Tue, 16 Apr 2013 07:56:28 +0000 (+0200) Subject: patch library: fix previous patch X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=11226c267cb75071ddcc54f5d37aab7932400bad;p=openwrt%2Fstaging%2Fblogic.git patch library: fix previous patch I accidentally removed one line too many ... Signed-off-by: Johannes Berg --- diff --git a/lib/patch.py b/lib/patch.py index b5949fd7328f..01ad0701911b 100644 --- a/lib/patch.py +++ b/lib/patch.py @@ -626,6 +626,7 @@ class PatchSet(object): return None """ + for i,p in enumerate(self.items): p.source = xnormpath(p.source) p.target = xnormpath(p.target)