]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- do not leak i
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 2 Feb 2011 09:26:58 +0000 (09:26 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 2 Feb 2011 09:26:58 +0000 (09:26 +0000)
Changed files:
    shell/bash-completion.sh -> 1.2

shell/bash-completion.sh

index 2f82857baa1fc8d9e0c6250ac5f5b77a4425ea9d..941151712259b42ccb21902690523340f9f7cad7 100644 (file)
@@ -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
This page took 0.080338 seconds and 4 git commands to generate.