We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807f903 commit 0b7189dCopy full SHA for 0b7189d
completions/tar
@@ -105,7 +105,7 @@ __gnu_tar_parse_help()
105
# or more options separated by ', ' separator string. We are matching
106
# like this then: ^<spaces>(<separator>?<option>)+<whatever>$
107
if [[ "$line" =~ \
108
- ^[[:blank:]]{1,10}(((,[[:blank:]])?(--?([\]\[a-zA-Z0-9?-=]+))(,[[:space:]])?)+).*$ ]]; then
+ ^[[:blank:]]{1,10}(((,[[:blank:]])?(--?([\]\[a-zA-Z0-9?=-]+))(,[[:space:]])?)+).*$ ]]; then
109
110
line=${BASH_REMATCH[1]}
111
str="${line//,/ }"
0 commit comments