diff options
Diffstat (limited to 'src/bootstrap')
| -rwxr-xr-x | src/bootstrap/configure.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py index 8e3ee90207f..0ea4af386c7 100755 --- a/src/bootstrap/configure.py +++ b/src/bootstrap/configure.py @@ -407,11 +407,6 @@ with open('Makefile', 'w') as f: contents = contents.replace("$(CFG_PYTHON)", sys.executable) f.write(contents) -# Finally, clean up with a bit of a help message -relpath = os.path.dirname(__file__) -if relpath == '': - relpath = '.' - p("") -p("run `python {}/x.py --help`".format(relpath)) +p("run `python {}/x.py --help`".format(rust_dir)) p("") |
