From 50376cca37324594c4f7ff9007b50ae837b46be2 Mon Sep 17 00:00:00 2001 From: Leif Middelschulte Date: Tue, 26 Sep 2017 14:03:07 +0200 Subject: [PATCH] fixup 993a12c5: use right variable --- mesonbuild/wrap/wrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/wrap/wrap.py b/mesonbuild/wrap/wrap.py index 9a779dc27..436dc5622 100644 --- a/mesonbuild/wrap/wrap.py +++ b/mesonbuild/wrap/wrap.py @@ -237,7 +237,7 @@ class Resolver: revno = p.get('revision') is_there = os.path.isdir(checkoutdir) if is_there: - svn_info_output = subprocess.getoutput(' '.join(['svn', 'info', '--show-item', 'revision', checkoutdir])) + current_revno = subprocess.getoutput(' '.join(['svn', 'info', '--show-item', 'revision', checkoutdir])) if current_revno == revno: return