[game-data-packager] 01/01: bash completion: don't leak "$packages" in user's shell
Alexandre Detiste
detiste-guest at moszumanska.debian.org
Tue Oct 20 13:56:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
detiste-guest pushed a commit to branch master
in repository game-data-packager.
commit 90fd8a7b59e1f91bb1f6076d3c044411cc33e6d7
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date: Tue Oct 20 15:55:34 2015 +0200
bash completion: don't leak "$packages" in user's shell
---
data/bash-completion/game-data-packager | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/bash-completion/game-data-packager b/data/bash-completion/game-data-packager
index 60b0959..7198c91 100644
--- a/data/bash-completion/game-data-packager
+++ b/data/bash-completion/game-data-packager
@@ -39,7 +39,7 @@ _game_data_packager()
while read line
do
supported="$supported $line"
- read packages
+ read
done < /usr/share/games/game-data-packager/bash_completion
COMPREPLY=( $( compgen -W "make-template gog steam $supported" -- $cur ) )
else
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list