diff options
author | juj <jujjyl@gmail.com> | 2013-11-17 14:38:03 -0800 |
---|---|---|
committer | juj <jujjyl@gmail.com> | 2013-11-17 14:38:03 -0800 |
commit | 1bbd1b77a924919d632d1efd2f661636f6bd451c (patch) | |
tree | 899054049ed214f0f790f3bfe7a62b322ab69b96 /tools/settings_template_readonly.py | |
parent | 458ac87fce25798093e389cece7a25d633ef1386 (diff) | |
parent | ee1537cfadab1312522120cb726a5d38ee0ed66c (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.py | 2 |
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 ######################################################################################################## |