diff options
Diffstat (limited to 'scripts/maint/update_versions.py')
-rwxr-xr-x | scripts/maint/update_versions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/update_versions.py b/scripts/maint/update_versions.py index 8067f2c6c8..706a93b6a2 100755 --- a/scripts/maint/update_versions.py +++ b/scripts/maint/update_versions.py @@ -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. |