www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit e10deedc7e98d5e1fd4d1102b5bceeb68399293a
parent ec5e20659b985049327a59e5c03d10bf5c996e10
Author: Simon Kornblith <simon@simonster.com>
Date:   Sun,  7 Jun 2015 17:22:36 -0400

Emit valid prefs.js even when debugging not enabled

Diffstat:
Mtest/runtests.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/runtests.sh b/test/runtests.sh @@ -42,6 +42,7 @@ DONE exit 1 } +DEBUG_LEVEL=0 while getopts "bcd:fg:tx:" opt; do case $opt in b)