aboutsummaryrefslogtreecommitdiff
path: root/tools/settings_template_readonly.py
diff options
context:
space:
mode:
authorjuj <jujjyl@gmail.com>2013-11-17 14:38:03 -0800
committerjuj <jujjyl@gmail.com>2013-11-17 14:38:03 -0800
commit1bbd1b77a924919d632d1efd2f661636f6bd451c (patch)
tree899054049ed214f0f790f3bfe7a62b322ab69b96 /tools/settings_template_readonly.py
parent458ac87fce25798093e389cece7a25d633ef1386 (diff)
parentee1537cfadab1312522120cb726a5d38ee0ed66c (diff)
Merge pull request #1824 from juj/fix_browser_harness_windows
Fix browser harness windows
Diffstat (limited to 'tools/settings_template_readonly.py')
-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
########################################################################################################