summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit3
1 files changed, 1 insertions, 2 deletions
diff --git a/dgit b/dgit
index b693d53..9b1a9c7 100755
--- a/dgit
+++ b/dgit
@@ -146,8 +146,7 @@ sub cfg {
foreach my $c (@_) {
my $v;
{
- my $d2 = $debug-1;
- local ($debug) = $d2;
+ local ($debug) = $debug-1;
$v = cmdoutput_errok(@git, qw(config --), $c);
};
if ($?==0) {