mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-12-03 17:31:50 +00:00
hush: typo in comment
This commit is contained in:
parent
a2218dd862
commit
f50caac53c
@ -2191,7 +2191,7 @@ static void re_execute_shell(const char *s, int is_heredoc)
|
||||
argv[1] = (char *) "-<";
|
||||
argv[2] = (char *) s;
|
||||
argv[3] = NULL;
|
||||
pp = &argv[3]; /* used as pointer to empty environmaent */
|
||||
pp = &argv[3]; /* used as pointer to empty environment */
|
||||
goto do_exec;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user