Don't do tilde expansion if HOME not set
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 7 Dec 2007 09:33:18 +0000 (11:33 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 7 Dec 2007 09:33:18 +0000 (11:33 +0200)
commit807b9b95f2c17d624bf0cc6a1f61736327f25b83
treed0430114477080e53554d725d80c8ac02f2bf769
parent491532a751bd5250970ae4fc15a9d26f6d25f8d2
Don't do tilde expansion if HOME not set
- If you dont have a home, glob() will go out of its way to give you one,
  even a wrong one.  This isn't good when daemons etc have purposefully
  unset HOME...
(transplanted from df4542826894e1cd17c898f1f8f736e0b4765488)
rpmio/macro.c