Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90703 | Differences between
and this patch

Collapse All | Expand All

(-)module-init-tools-3.0/depmod.c (-1 / +1 lines)
Lines 744-750 int main(int argc, char *argv[]) Link Here
744
744
745
	if (!all) {
745
	if (!all) {
746
		/* Do command line args. */
746
		/* Do command line args. */
747
		for (opt = optind + 1; opt < argc; opt++)
747
		for (opt = optind; opt < argc; opt++)
748
			list = grab_module("", argv[opt], list);
748
			list = grab_module("", argv[opt], list);
749
	} else {
749
	} else {
750
		list = grab_dir(dirname, list);
750
		list = grab_dir(dirname, list);

Return to bug 90703