From 68f2c05be7cf2174101684e488044f7285933cde Mon Sep 17 00:00:00 2001 From: Ignacio Carbajo Date: Mon, 20 Nov 2017 23:09:22 +0800 Subject: [PATCH] Fix build/README.md typo --- 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