From 3d5e9bb97ed948574d4cabccbf0a2fef2bb3efb5 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 1 Sep 2016 23:07:53 +0100 Subject: [PATCH] dbq bug fix verbose --- bin/dbq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dbq b/bin/dbq index db78c7e5..cd1e7187 100755 --- a/bin/dbq +++ b/bin/dbq @@ -140,7 +140,7 @@ for my $o (@CURL_OPT) { # my %keys = (); my @cmd = (); -push (@cmd,$_) if ($_ = '-'.'v'x($VERBOSE-1) ) ne '-'; +push (@cmd,$_) if $VERBOSE and ($_ = '-'.'v'x($VERBOSE-1) ) ne '-'; while ($_ = shift @ARGV) { if (/^([\w\._:-]+)=(.*)$/) { -- 2.47.3