lzip: Do not append space after equal sign in long options.
This commit is contained in:
parent
fc107b4bdc
commit
9f0a6e45f8
@ -30,6 +30,7 @@ _lzip()
|
||||
if [[ "$cur" == -* ]]; then
|
||||
COMPREPLY=( $( compgen -W '$( _parse_help "$1" ) {-1..-9}' \
|
||||
-- "$cur" ) )
|
||||
[[ $COMPREPLY == *= ]] && compopt -o nospace
|
||||
return
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user