From ba30a95c9874aea528f64099d82549a3c53eec22 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <art1@andreas-romeyke.de> Date: Mon, 25 Oct 2021 17:15:50 +0200 Subject: [PATCH] - minor --- bin/slubsipbuilderbagit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/slubsipbuilderbagit.pl b/bin/slubsipbuilderbagit.pl index 5a61547..9966f2e 100644 --- a/bin/slubsipbuilderbagit.pl +++ b/bin/slubsipbuilderbagit.pl @@ -113,7 +113,7 @@ GetOptions( ) or pod2usage(2); # help -if ($help) { pod2usage(1); } +if ($help) { pod2usage(1); exit 1; } # man if ($man) { pod2usage(-exitval => 0, -verbose => 2); } # save -- GitLab