chiark / gitweb /
bash-completion: ensure iterators are locally scoped
authorDave Reisner <dreisner@archlinux.org>
Sat, 20 Oct 2012 21:54:08 +0000 (17:54 -0400)
committerDave Reisner <dreisner@archlinux.org>
Sat, 20 Oct 2012 21:54:08 +0000 (17:54 -0400)
commita632a03076dd254bd967011b68d91b131ce88606
tree76c0b0cc8f08b6ca3febed2084fe5dc552cba03e
parent26be51de330e544ade97a9345bbfa60d5674cb7a
bash-completion: ensure iterators are locally scoped

Avoids leaking the 'i' variable to the user's shell session.
bash-completion/systemd-bash-completion.sh