[Bash-completion-commits] [bash-completion] 01/01: _filedir: Remove unused variable

Ville Skyttä scop-guest at moszumanska.debian.org
Fri Feb 20 12:32:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

scop-guest pushed a commit to branch master
in repository bash-completion.

commit 80c2bb696437134d6d8a3fb9c9f455fec75f470a
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Feb 20 14:32:02 2015 +0200

    _filedir: Remove unused variable
---
 bash_completion | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash_completion b/bash_completion
index 6eca58c..8786463 100644
--- a/bash_completion
+++ b/bash_completion
@@ -560,7 +560,7 @@ _quote_readline_by_ref()
 #
 _filedir()
 {
-    local i IFS=$'\n' xspec
+    local IFS=$'\n' xspec
 
     _tilde "$cur" || return 0
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git



More information about the Bash-completion-commits mailing list