From 2b0efd1eb3395bdc9db715b97f035e4926bfa770 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 2 Feb 2011 09:26:58 +0000 Subject: [PATCH] - do not leak i Changed files: shell/bash-completion.sh -> 1.2 --- shell/bash-completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/bash-completion.sh b/shell/bash-completion.sh index 2f82857..9411517 100644 --- a/shell/bash-completion.sh +++ b/shell/bash-completion.sh @@ -21,7 +21,7 @@ _pld_ftp_tree() { # return list of files in a tree _pld_ftp_tree_files() { - local tree="$1" cur="$2" file + local tree="$1" cur="$2" file i local dir=~/ftp/$tree/SRPMS/.metadata # generate reply from dir -- 2.44.0