about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-12-15 09:14:31 +0000
committerEric Wong <e@80x24.org>2020-12-19 09:32:08 +0000
commit04115815acef798c4330a76df9c1cb3d3542c9f9 (patch)
treed106b2f2075da7957e9741ca453107d1a7a4a9fa /script
parent504774acd5236653cdeafb536be95fbfb147258f (diff)
downloadpublic-inbox-04115815acef798c4330a76df9c1cb3d3542c9f9.tar.gz
There's a bunch of work in here as the foundations are being
fleshed out.  One of the UI/UX is to make it easy to keep
built-in help and shell completions consistent
Diffstat (limited to 'script')
-rwxr-xr-xscript/lei2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/lei b/script/lei
index 637c1951..fce088e9 100755
--- a/script/lei
+++ b/script/lei
@@ -60,5 +60,5 @@ if (eval { require IO::FDPass; 1 }) { # use daemon to reduce load time
         }
 } else { # for systems lacking IO::FDPass
         require PublicInbox::LeiDaemon;
-        PublicInbox::LeiDaemon::oneshot();
+        PublicInbox::LeiDaemon::oneshot(__PACKAGE__);
 }