squish.lua

changeset 4
9806107f59ea
parent 0
b119b560ca3d
child 10
d5a4aabb104b
--- a/squish.lua	Sat Jul 25 03:11:08 2009 +0100
+++ b/squish.lua	Sat Jul 25 03:11:35 2009 +0100
@@ -29,7 +29,7 @@
 if opts.verbose or opts.very_verbose then print_verbose = print; end
 if opts.very_verbose then print_debug = print; end
 
-local enable_debug = true;
+local enable_debug = opts.enable_debug;
 
 local modules, main_files = {}, {};
 

mercurial