Commit cc94b2b
committed
kmod: drop leading + from getopt
From the man page:
If the first character of optstring is '+' ... then option processing
stops as soon as a nonoption argument is encountered.
In all fairness, I'm not sure if we want this behaviour. Especially
since no other kmod tools use enforce such behaviour.
Drop it for consistency-sake.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>1 parent 5086df5 commit cc94b2b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments