kmod_modprobe: Fix regression when inserting module
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 20 Dec 2011 15:11:33 +0000 (13:11 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 20 Dec 2011 15:11:33 +0000 (13:11 -0200)
commit95dd837daf5d03d52ad37fdb6ee603bffb114419
tree3e47482d3f1e2bf7c8832046a3eb69f9da24fdda
parent16ca3666bf8c2a9082ee92f6317819a34eb2b6ff
kmod_modprobe: Fix regression when inserting module

Commit "e5e2a68 kmod_modprobe: properly handle install/remove commands"
introduced a regression that, while it worked for install/remove
commands, it ceased to work for normal module names. Move the check for
whether it's a install command or a module so both cases work.
tools/kmod-modprobe.c