diff options
-rw-r--r-- | mesonbuild/mdist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mdist.py b/mesonbuild/mdist.py index 22c5b44..397f8cd 100644 --- a/mesonbuild/mdist.py +++ b/mesonbuild/mdist.py @@ -313,5 +313,5 @@ def run(options): if rc == 0: for name in names: create_hash(name) - print('Created', os.path.relpath(name)) + print('Created', name) return rc |