aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mbf')
-rw-r--r--cmd/mbf/main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index 4beefe68..c6e1940f 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -37,7 +37,6 @@ import (
"hakurei.app/check"
"hakurei.app/command"
- "hakurei.app/container"
"hakurei.app/ext"
"hakurei.app/fhs"
"hakurei.app/internal/pkg"
@@ -67,8 +66,6 @@ func writeFileExcl(name string, data []byte, perm os.FileMode) error {
}
func main() {
- container.TryArgv0(nil)
-
log.SetFlags(0)
log.SetPrefix("mbf: ")
msg := message.New(log.Default())