user guide: fix configure script example

This commit is contained in:
Josh Holtrop 2019-10-14 22:49:34 -04:00
parent e62332aba6
commit e667455c32

View File

@ -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`.