Skip to content

Commit

Permalink
Fix build/README.md typo (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
igncp authored and TheModMaker committed Nov 20, 2017
1 parent c337bed commit e25249f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ scripts can run on any platform that supports python v2.7 and JRE 7+.
All the scripts here use two environment variables:

* `PRINT_ARGUMENTS` if set, will print the command-line to subprocesses.
* `RAUSE_INTERRUPT` if set, will raise interrupts rather than swallowing them.
* `RAISE_INTERRUPT` if set, will raise interrupts rather than swallowing them.

```shell
$ PRINT_ARGUMENTS=1 build.py
Expand Down

0 comments on commit e25249f

Please sign in to comment.