user guide: fix configure script example
This commit is contained in:
parent
e62332aba6
commit
e667455c32
@ -1277,7 +1277,7 @@ To do this, create a `configure` script with contents similar to the following:
|
|||||||
|
|
||||||
```
|
```
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec "$(dirname "$0")"/rscons "$@"
|
exec "$(dirname "$0")"/rscons configure "$@"
|
||||||
```
|
```
|
||||||
|
|
||||||
and make it executable with `chmod +x configure`.
|
and make it executable with `chmod +x configure`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user