Bug 1227807

Summary: bash-completion: Zypper all auto-completion fails after "{}".
Product: [openSUSE] openSUSE Distribution Reporter: Jakub Strzelecki <jakubby>
Component: libzyppAssignee: E-mail List <zypp-maintainers>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Leap 15.6   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jakub Strzelecki 2024-07-15 13:09:37 UTC
Consider the following command:
`sudo zypper install ninja gcc SDL2-devel libopenal{0,1}`

After libopenal{0,1} auto completion fails:
`sudo zypper install ninja gcc SDL2-devel libopenal{0,1} wx`

If wx is placed before libopenal{0,1} auto completion doesn't fail:
`sudo zypper install ninja gcc SDL2-devel wxWidgets-3_ libopenal{0,1}`