Commit faac38c
committed
bug #54006 [Process] Fix the
This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead.
Discussion
----------
[Process] Fix the `command -v` exception
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix #53479
| License | MIT
This PR is a continuation of the fixes made in PR #53481 to address the issue. The previous PR partially addressed the problem, but after further review and testing, it was determined that additional changes were needed.
Fix the `command -v` exception when the command option with a dash prefix.
Commits
-------
2b73f0c Fix the `command -v` exception when the command option with a dash prefixcommand -v exception (kayw-geek)1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments