about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-02-25 09:14:21 +0100
committerOliver Kiddle <opk@zsh.org>2014-02-25 09:14:21 +0100
commit39717411aeb4f72b772d97eeff3f9c1ecf48aae6 (patch)
tree82d9b9ae1918cee2ee98666f4ae39977736b796b /Completion
parent7c314132789aa2b7a571890eca06d3f1e22d0f0e (diff)
downloadzsh-39717411aeb4f72b772d97eeff3f9c1ecf48aae6.tar.gz
zsh-39717411aeb4f72b772d97eeff3f9c1ecf48aae6.tar.xz
zsh-39717411aeb4f72b772d97eeff3f9c1ecf48aae6.zip
unposted: duplicate local statement was printing variable value
Diffstat (limited to 'Completion')
-rw-r--r--Completion/X/Command/_x_utils2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_x_utils b/Completion/X/Command/_x_utils
index 0ff0cf268..9448fd3df 100644
--- a/Completion/X/Command/_x_utils
+++ b/Completion/X/Command/_x_utils
@@ -69,7 +69,7 @@ xev)
     '-rv'
   ;;
 xhost)
-  local expl type ret=1 tmp match
+  local type tmp match
 
   if compset -P '-'; then
     tmp=(${(f)"$(xhost)"})