about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2017-10-10 20:22:29 -0400
committerGitHub <noreply@github.com>2017-10-10 20:22:29 -0400
commit4a90366464a109f5959917cce188f73fef6aa225 (patch)
treedb92e3edd7d0c0a715ea4b05755667f90b9411e6 /src/libstd/sys/unix/stack_overflow.rs
parentfa70d04dc581feb52f4d29d0005f7496201d3568 (diff)
parenta84c62a7f13cd26faaf79a3a77d30706b73afaf8 (diff)
downloadrust-4a90366464a109f5959917cce188f73fef6aa225.tar.gz
rust-4a90366464a109f5959917cce188f73fef6aa225.zip
Rollup merge of #45180 - 0xAX:fix-help-message-in-configure.py, r=Mark-Simulacrum
Fix path to x.py in bootstrap/configure.py script

We may see a help message in the end of the output of the ./configure script:

```
$ ./configure
configure: processing command line
configure:
configure: build.configure-args := []
configure:
configure: writing `config.toml` in current directory
configure:
configure: run `python ./src/bootstrap/x.py --help`
configure:
```

but the `x.py` script is actually in the rust root directory and
executing of such help string will give us error:

```
$ python ./src/bootstrap/x.py --help
python: can't open file './src/bootstrap/x.py': [Errno 2] No such file
or directory
```

This patch fixes path to the x.py script in the output of the ./configure
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions