-U cannot be an option since some signals start with U. -u is the
documented behavior so only check for that.
This commit is contained in:
parent
d33dab279a
commit
0837a683d3
@ -144,7 +144,6 @@ main(int ac, char **av)
|
||||
if (**av == '-') {
|
||||
++*av;
|
||||
switch (**av) {
|
||||
case 'U':
|
||||
case 'u':
|
||||
++*av;
|
||||
if (**av == '\0')
|
||||
|
Loading…
x
Reference in New Issue
Block a user