From f8d30747dc643f7a585a2a1b80f66873e63a3b8a Mon Sep 17 00:00:00 2001 From: Ignacio Carbajo Date: Tue, 21 Nov 2017 01:37:25 +0800 Subject: [PATCH] Fix build/README.md typo (#1139) --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index 7758a87e85..8c16e4d6bc 100644 --- a/build/README.md +++ b/build/README.md @@ -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