]> git.tuebingen.mpg.de Git - gsu.git/commit
gsu_getopts: Rename local variable opt to _gsu_getopts_opt.
authorAndre Noll <maan@systemlinux.org>
Wed, 12 Oct 2011 08:26:38 +0000 (10:26 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 29 Aug 2014 19:39:58 +0000 (21:39 +0200)
commitf4d2c03b5e733444d1ed925f7bef3d981de27103
treee30c479160b630b97a288c38a8b3e01907739784
parent326fb75a856018ff102961a9759a09ac2fb10a28
gsu_getopts: Rename local variable opt to _gsu_getopts_opt.

As pointed out by Sebastian Stark, calling the loop variable "opt"
in code which is supposed to be eval'd by the application may conflict
with another local variable of the same name defined in the function
which calls gsu_getopt().

This could lead to rather obscure bugs which are hard to detect.
The callers don't use this loop variable directly, so we are free
to call it whatever we want. Therefore this patch renames $opt to
something which is much less likely to cause a conflict.
misc/gsu/subcommand