]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/lei
lei: refine help/option parsing, implement "init"
[public-inbox.git] / script / lei
index 637c19513105ba5d0de2d6e75f7bae77119ff83b..fce088e9336473d3988e05981fc7cc5c631a1fb4 100755 (executable)
@@ -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__);
 }