Moar fixes to sourcerers.
DEBUG variable force in config loader. If variable isn't defined - force it to be 0.
This commit is contained in:
@@ -63,7 +63,6 @@ function check_debug() {
|
||||
# - 1: this debug level should not be printed.
|
||||
local DEBUG_LVL=$1
|
||||
|
||||
|
||||
if [ ${DEBUG_LVL} -le ${DEBUG} ]; then
|
||||
return 0
|
||||
else
|
||||
|
Reference in New Issue
Block a user