projects
/
scpubgit/App-EzPz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e191c67
)
remove pointless exit 0
Matt S Trout [Sun, 15 Jul 2012 21:46:22 +0000 (21:46 +0000)]
bin/ezpz-admin-repl
patch
|
blob
|
blame
|
history
bin/ezpz-repl
patch
|
blob
|
blame
|
history
diff --git
a/bin/ezpz-admin-repl
b/bin/ezpz-admin-repl
index
c26e8ac
..
47475a5
100755
(executable)
--- a/
bin/ezpz-admin-repl
+++ b/
bin/ezpz-admin-repl
@@
-25,5
+25,3
@@
die "Usage: ezpz-admin-repl htpasswd-file [ezmlm-bindir list-base-dir]"
}
do +which('tinyrepl');
-
-exit 0;
diff --git
a/bin/ezpz-repl
b/bin/ezpz-repl
index
e004a73
..
8fbb122
100755
(executable)
--- a/
bin/ezpz-repl
+++ b/
bin/ezpz-repl
@@
-20,5
+20,3
@@
die "Usage: ezpz-repl ezmlm-bindir list-dir"
}
do +which('tinyrepl');
-
-exit 0;