Updated msys2 to msys2-base-x86_64-20200903

This commit is contained in:
Gator96100 2020-09-07 18:14:14 +02:00
commit 2307d54cb1
18501 changed files with 1684082 additions and 720361 deletions

View file

@ -13,9 +13,8 @@ _lz4()
esac
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W \
'$( _parse_help "$1" -h | command sed -e "/#/d" ) -B{4..7} -i{1..9}' \
-- "$cur" ) )
COMPREPLY=( $(compgen -X '-*#*' -W \
'$(_parse_help "$1" -h) -B{4..7} -i{1..9}' -- "$cur") )
return
fi
@ -23,7 +22,7 @@ _lz4()
_count_args
[[ $args -gt 2 ]] && return
for word in ${words[@]}; do
for word in "${words[@]}"; do
case $word in
-*[dt]*)
case $args in
@ -46,8 +45,7 @@ _lz4()
local IFS=$'\n'
compopt -o filenames
COMPREPLY=( $( compgen -f -X "$xspec" -- "$cur" ) \
$( compgen -d -- "$cur" ) )
COMPREPLY=( $(compgen -f -X "$xspec" -- "$cur") $(compgen -d -- "$cur") )
} &&
complete -F _lz4 lz4 lz4c