From: Nicolas Boisselier Date: Wed, 2 Mar 2016 16:40:02 +0000 (+0000) Subject: fix bug jq X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=bde546cac84dd3a1584d412719bc73362164a431;p=nb.git fix bug jq --- diff --git a/bin/dbq b/bin/dbq index f7ef7be0..952fea7f 100755 --- a/bin/dbq +++ b/bin/dbq @@ -139,7 +139,7 @@ if ($keys{format} eq 'nc') { } elsif ( $keys{format} eq 'jq' ) { $keys{format} = 'json'; - open(STDOUT,"|$0 --parse_debug|jq .") + open(STDOUT,"|$0 --parse_debug|jq -C .") } elsif ( $keys{debug} or $Opt{debug}) { open(STDOUT,"|$0 --parse_debug")