Bug 1227807 - bash-completion: Zypper all auto-completion fails after "{}".
Summary: bash-completion: Zypper all auto-completion fails after "{}".
Status: NEW
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: libzypp (show other bugs)
Version: Leap 15.6
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-15 13:09 UTC by Jakub Strzelecki
Modified: 2024-07-15 15:11 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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}`