Conflicts:
bridge/mdb.c
Updated bridge/bridge.c per removal of check_if_color_enabled by commit
1ca4341d2c6b ("color: disable color when json output is requested")
Signed-off-by: David Ahern <dsahern@gmail.com>
24 files changed:
_SL_ = oneline ? "\\" : "\n";
- if (json)
- check_if_color_enabled();
++ if (color && !json)
++ enable_color();
+
if (batch_file)
return batch(batch_file);