summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorPhilip Sequeira <phsequei@gmail.com>2014-08-15 15:08:14 -0400
committerAlessandro Ghedini <alessandro@ghedini.me>2014-08-17 12:51:10 +0200
commitc7e67d008a1f54f069ba74cb1ea1e33c1c693248 (patch)
tree45d34daa6d3da1bd5f52f7f2c190654f40697519 /TOOLS
parent4b8f512217f20e6dd3c04434ff4e4129453a0427 (diff)
downloadmpv-c7e67d008a1f54f069ba74cb1ea1e33c1c693248.tar.bz2
mpv-c7e67d008a1f54f069ba74cb1ea1e33c1c693248.tar.xz
TOOLS/zsh.pl: fix a ret that hadn't been changed to rc
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/zsh.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/zsh.pl b/TOOLS/zsh.pl
index 7c876bc8cc..1626c18078 100755
--- a/TOOLS/zsh.pl
+++ b/TOOLS/zsh.pl
@@ -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