aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/packdrake b/packdrake
index ab18931..1289974 100755
--- a/packdrake
+++ b/packdrake
@@ -12,7 +12,7 @@ sub usage () {
require Pod::Usage;
Pod::Usage->import();
pod2usage({ -verbose => 1 });
- }
+ };
exit 0;
}