fixup 993a12c5: use right variable

pull/2373/head
Leif Middelschulte 7 years ago
parent 993a12c543
commit 50376cca37
  1. 2
      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

Loading…
Cancel
Save