lzip: Do not append space after equal sign in long options.

This commit is contained in:
Ville Skyttä 2012-07-13 19:40:40 +03:00
parent fc107b4bdc
commit 9f0a6e45f8

View File

@ -30,6 +30,7 @@ _lzip()
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '$( _parse_help "$1" ) {-1..-9}' \
-- "$cur" ) )
[[ $COMPREPLY == *= ]] && compopt -o nospace
return
fi