aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/main.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-21 11:17:15 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-21 11:17:15 -0700
commit5c20d687c495f2cb3f3a390d04854dcceb2ef74e (patch)
treed32a8c4e419856d4028dd7e12c0d4f2379a7113e /sys/cmd/rc/main.c
parent89e6da0a7cc2cd8551ae31ac623232a0ccce905d (diff)
feat(rc): expanded tree printing
Diffstat (limited to 'sys/cmd/rc/main.c')
-rw-r--r--sys/cmd/rc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/rc/main.c b/sys/cmd/rc/main.c
index 86c6792..3f2e02e 100644
--- a/sys/cmd/rc/main.c
+++ b/sys/cmd/rc/main.c
@@ -58,6 +58,6 @@ main(int argc, char *argv[])
initpath();
initshell();
- enablevi();
+ // enablevi();
xboot(argc, argv);
}