From 5c221b7bacc586d96847e7dcbe53c8cc0a5e2ea9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 14 Aug 2015 14:25:25 +0100 Subject: Convert to defvalopt: -c --- dgit | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dgit') diff --git a/dgit b/dgit index 04d67f3..24772a9 100755 --- a/dgit +++ b/dgit @@ -3129,6 +3129,8 @@ defvalopt '--build-products-dir','','.*', \$buildproductsdir; defvalopt '--clean', '', $cleanmode_re, \$cleanmode; defvalopt '--quilt', '', $quilt_modes_re, \$quilt_mode; +defvalopt '', '-c', '.*=.*', sub { push @git, '-c', @_; }; + defvalopt '--initiator-tempdir','','.*', sub { ($initiator_tempdir) = (@_); $initiator_tempdir =~ m#^/# or @@ -3236,9 +3238,6 @@ sub parseopts () { push @ropts, $&; push @changesopts, $_; $_ = ''; - } elsif (s/^-c(.*=.*)//s) { - push @ropts, $&; - push @git, '-c', $1; } elsif (s/^-C(.+)//s) { push @ropts, $&; $changesfile = $1; -- cgit v1.2.3