1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-24 17:00:32 +02:00

unposted: duplicate local statement was printing variable value

This commit is contained in:
Oliver Kiddle 2014-02-25 09:14:21 +01:00
parent 7c31413278
commit 39717411ae
2 changed files with 4 additions and 1 deletions

View file

@ -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)"})