mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
-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
420bf58729
commit
ecc50bd485
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68628
@ -144,7 +144,6 @@ main(int ac, char **av)
|
||||
if (**av == '-') {
|
||||
++*av;
|
||||
switch (**av) {
|
||||
case 'U':
|
||||
case 'u':
|
||||
++*av;
|
||||
if (**av == '\0')
|
||||
|
Loading…
Reference in New Issue
Block a user