From fef73c57e195e389e6bd9f0ae6ec48a020c70c16 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 21 Aug 2015 17:36:25 +0100 Subject: With dgit sbuild, pass our -d before the user's arguments, so that the user can override it. Closes:#796019. --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dgit') diff --git a/dgit b/dgit index 7b62a66..7b447de 100755 --- a/dgit +++ b/dgit @@ -3139,7 +3139,7 @@ sub cmd_sbuild { unlink $cf or fail "remove $cf: $!"; } } - runcmd_ordryrun_local @sbuild, @ARGV, qw(-d), $isuite, $dscfn; + runcmd_ordryrun_local @sbuild, qw(-d), $isuite, @ARGV, $dscfn; my @changesfiles = glob $pat; @changesfiles = sort { ($b =~ m/_source\.changes$/ <=> $a =~ m/_source\.changes$/) -- cgit v1.2.3