summaryrefslogtreecommitdiff
path: root/src/init/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init/shell.c')
-rw-r--r--src/init/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init/shell.c b/src/init/shell.c
index 0113866..5612f35 100644
--- a/src/init/shell.c
+++ b/src/init/shell.c
@@ -46,7 +46,7 @@ static int readline(char *buf, size_t max) {
static void cmd_cat_ls(const char *args, bool ls) {
int fd;
- static char buf[256];
+ static char buf[512];
int len; // first used for strlen(args), then length of buffer
if (!args) args = "/";