summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-25 16:29:34 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-25 16:29:34 +0100
commit3759f1f708f46004df69810a4c7e07714bf00ecc (patch)
treea0d1be93561266768326b38cd188ee721c8bb513
parentfcfb9c26e444f643f44789618d1f1ebc25429ac4 (diff)
typo fixes
-rwxr-xr-xdgit4
1 files changed, 2 insertions, 2 deletions
diff --git a/dgit b/dgit
index 03542c3..3cb4780 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),