From 80c2bb696437134d6d8a3fb9c9f455fec75f470a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 20 Feb 2015 14:32:02 +0200 Subject: [PATCH] _filedir: Remove unused variable --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index 6eca58ce..8786463f 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