From a71120adf590f699c4b8d6249a340976575ea530 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 4 Aug 2023 01:20:38 +0200 Subject: libc: fs_dirinject2 for injecting multiple paths --- src/user/app/shell/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/app/shell') diff --git a/src/user/app/shell/shell.c b/src/user/app/shell/shell.c index 8e13029..e9293bc 100644 --- a/src/user/app/shell/shell.c +++ b/src/user/app/shell/shell.c @@ -61,7 +61,7 @@ void run_args(int argc, char **argv, struct redir *redir) { /* if (!(3 <= argc && !strcmp(argv[2], "raw"))) { if (!fork2_n_mount("/")) { - fs_dir_inject(argv[1]); + fs_dirinject(argv[1]); exit(1); } } -- cgit v1.2.3