mirror of
https://git.busybox.net/busybox.git
synced 2025-01-04 20:43:32 +08:00
Minor correction
This commit is contained in:
parent
138d71bc35
commit
a9e4617494
@ -190,7 +190,7 @@ extern int authenticate(int argc, char **argv, void (*hash_ptr)(FILE *stream, un
|
||||
}
|
||||
|
||||
if (argc == optind) {
|
||||
argv[argc] = "-";
|
||||
argv[argc++] = "-";
|
||||
}
|
||||
|
||||
while (optind < argc) {
|
||||
|
Loading…
Reference in New Issue
Block a user