# HG changeset patch # User Oleksandr Gavenko # Date 1319568811 -10800 # Node ID ff30a2d60ee66fc2ea2b8f1807c1d1644dd17920 # Parent 8469af3b5d40000a2c06b269f346f013d0996bb0 Rename variable. diff -r 8469af3b5d40 -r ff30a2d60ee6 .bashrc --- a/.bashrc Tue Oct 25 21:52:44 2011 +0300 +++ b/.bashrc Tue Oct 25 21:53:31 2011 +0300 @@ -203,8 +203,8 @@ complete -b builtin _hgsyncew() { - local curr=${COMP_WORDS[$COMP_CWORD]} - COMPREPLY=( $(compgen -W "--push" -- $curr) ) + local cur=${COMP_WORDS[$COMP_CWORD]} + COMPREPLY=( $(compgen -W "--push" -- $cur) ) return 0 } complete -F _hgsyncew -o nospace hgsyncew