mirror of
https://github.com/mpv-player/mpv
synced 2025-01-27 01:53:32 +00:00
TOOLS/zsh.pl: fix a ret that hadn't been changed to rc
This commit is contained in:
parent
4b8f512217
commit
c7e67d008a
@ -126,7 +126,7 @@ $profile_comp
|
||||
"*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|ogv|qt|rm|ts|vob|wav|webm|wma|wmv)(-.)" && rc=0
|
||||
if _requested urls; then
|
||||
while _next_label urls expl URL; do
|
||||
_urls "\$expl[@]" && ret=0
|
||||
_urls "\$expl[@]" && rc=0
|
||||
compadd -S '' "\$expl[@]" $protos_str && rc=0
|
||||
done
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user