summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-10 10:10:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-10 10:10:07 -0700
commit6536c9dfb74c4453bde6b650c82a80708167b38f (patch)
tree765c1432eef086384b4781f3744d5849e0ce5fca /lib
parent5f6fb60028bc80408d2d67424a906357056c28cc (diff)
fix exiting non-zero after a successful run
Diffstat (limited to 'lib')
-rw-r--r--lib/DhMakeELPA/Command/make.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/DhMakeELPA/Command/make.pm b/lib/DhMakeELPA/Command/make.pm
index 59393f7..23587b7 100644
--- a/lib/DhMakeELPA/Command/make.pm
+++ b/lib/DhMakeELPA/Command/make.pm
@@ -40,6 +40,8 @@ sub execute {
$self->create_gbp_conf() if $self->cfg->pkg_emacsen;
$self->output_caveat();
+
+ return(0);
}
sub create_control {