mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
scripts: Fix update_versions.py for out-of-tree builds
Fixes bug 32371; bugfix on 0.4.0.1-alpha.
This commit is contained in:
parent
9e2a2d38f4
commit
81972353cb
3
changes/bug32371
Normal file
3
changes/bug32371
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (scripts):
|
||||
- Fix update_versions.py for out-of-tree builds.
|
||||
Fixes bug 32371; bugfix on 0.4.0.1-alpha.
|
@ -95,7 +95,7 @@ def update_file(fname,
|
||||
replace_on_change(fname, have_changed)
|
||||
|
||||
# Find out our version
|
||||
with open("configure.ac") as f:
|
||||
with open(P("configure.ac")) as f:
|
||||
version = find_version(f)
|
||||
|
||||
# If we have no version, we can't proceed.
|
||||
|
Loading…
Reference in New Issue
Block a user