Commit e293b7d
committed
Look-ahead trick for -U --ids-friendly
If the order of the cmdline is '-U --ids-friendly' then we need to make sure we catch --ids-friendly. Normally we do not,
see #1717. The following statement makes sure. In the do-while + case-esac loop the check for --ids-friendly will be
executed again, but it does not hurt1 parent 5d49458 commit e293b7d
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19531 | 19531 | | |
19532 | 19532 | | |
19533 | 19533 | | |
| 19534 | + | |
| 19535 | + | |
| 19536 | + | |
| 19537 | + | |
| 19538 | + | |
| 19539 | + | |
| 19540 | + | |
19534 | 19541 | | |
19535 | 19542 | | |
19536 | 19543 | | |
| |||
0 commit comments