Add space before module name (noted by Ron Yorston).
This commit is contained in:
parent
9e6c9f7311
commit
8a35c9a557
@ -102,8 +102,8 @@ extern int modprobe_main(int argc, char** argv)
|
||||
quiet ? "-q" : "",
|
||||
autoclean ? "-k" : "");
|
||||
while (optind < argc) {
|
||||
strcat(cmd, argv[optind]);
|
||||
strcat(cmd, " ");
|
||||
strcat(cmd, argv[optind]);
|
||||
optind++;
|
||||
}
|
||||
if (do_syslog)
|
||||
|
Loading…
Reference in New Issue
Block a user