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