diff options
author | dzwdz | 2023-08-04 01:20:38 +0200 |
---|---|---|
committer | dzwdz | 2023-08-06 00:36:07 +0200 |
commit | a71120adf590f699c4b8d6249a340976575ea530 (patch) | |
tree | fa099b8552c1536e29f1a1a9ec2bb04663b8370b /src/user/app/shell | |
parent | 2d7da42acbf2782636e481ebd79f30700fb7dc9e (diff) |
libc: fs_dirinject2 for injecting multiple paths
Diffstat (limited to 'src/user/app/shell')
-rw-r--r-- | src/user/app/shell/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |