do not setup __debug - let the user do if required - do not interfere type with core

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-02-13 16:27:41 +01:00
commit c9ae06db64
3 changed files with 2 additions and 5 deletions

View file

@ -6,6 +6,8 @@ Changelog
2.0.8:
* Cleanup: Better hint to source of error
* Cleanup: Remove support for __debug variable in manifests (Type != Core
debugging)
2.0.7: 2012-02-13
* Bugfix __file: Use chmod after chown/chgrp (Matt Coddington)