Commit 5dbb9db9 authored by sidnei's avatar sidnei

- Fix my own fix. :(

git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@98023 62d5b8a3-27da-0310-9561-8e5933582275
parent 949c4337
......@@ -86,7 +86,7 @@ def _get_version(executable):
stdin=subprocess.PIPE,
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
close_fds=not win32)
close_fds=not is_win32)
i, o = (p.stdin, p.stdout)
i.close()
version = o.read().strip()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment