remove pointless exit 0
Matt S Trout [Sun, 15 Jul 2012 21:46:22 +0000 (21:46 +0000)]
bin/ezpz-admin-repl
bin/ezpz-repl

index c26e8ac..47475a5 100755 (executable)
@@ -25,5 +25,3 @@ die "Usage: ezpz-admin-repl htpasswd-file [ezmlm-bindir list-base-dir]"
 }
 
 do +which('tinyrepl');
-
-exit 0;
index e004a73..8fbb122 100755 (executable)
@@ -20,5 +20,3 @@ die "Usage: ezpz-repl ezmlm-bindir list-dir"
 }
 
 do +which('tinyrepl');
-
-exit 0;