From 3759f1f708f46004df69810a4c7e07714bf00ecc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Aug 2013 16:29:34 +0100 Subject: [PATCH 1/1] typo fixes --- dgit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dgit b/dgit index 03542c3d..3cb47804 100755 --- a/dgit +++ b/dgit @@ -1064,7 +1064,7 @@ sub build_prep () { sub cmd_build { badusage "dgit build implies --clean=dpkg-source" - if $clean ne 'dpkg-source'; + if $cleanmode ne 'dpkg-source'; build_prep(); runcmd_ordryrun @dpkgbuildpackage, qw(-us -uc), changesopts(), @ARGV; printdone "build successful\n"; @@ -1072,7 +1072,7 @@ sub cmd_build { sub cmd_git_build { badusage "dgit git-build implies --clean=dpkg-source" - if $clean ne 'dpkg-source'; + if $cleanmode ne 'dpkg-source'; build_prep(); my @cmd = (qw(git-buildpackage -us -uc --git-no-sign-tags), -- 2.30.2