aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/settings_template_readonly.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/settings_template_readonly.py b/tools/settings_template_readonly.py
index 14b45a20..a2a16f19 100644
--- a/tools/settings_template_readonly.py
+++ b/tools/settings_template_readonly.py
@@ -18,6 +18,8 @@ JAVA = 'java' # executable
TEMP_DIR = '{{{ TEMP }}}'
+CRUNCH = os.path.expanduser(os.getenv('CRUNCH') or 'crunch') # executable
+
#CLOSURE_COMPILER = '..' # define this to not use the bundled version
########################################################################################################