]> granicus.if.org Git - sudo/commit
In pp_files_expand() set _target to be empty. Fixes a problem with
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 24 Sep 2014 15:18:54 +0000 (09:18 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 24 Sep 2014 15:18:54 +0000 (09:18 -0600)
commitd92df79747e03e875f84cf75a3d321cc9383696d
treef10de8f52e7f1c21d986b3795ad31b21a06752dc
parent1073df76c6db0ac9b368a28a033bf0c2d8fd517f
In pp_files_expand() set _target to be empty.  Fixes a problem with
Solaris sh where simply using typeset doesn't causes the variable
to be treated as local so we can inadvertantly inherit a value from
a previous call.
pp