On Sun, Jan 14, 2018 at 01:35:30AM +0100, Santiago Vila wrote:
> On Tue, 26 Dec 2017, Greg Wooledge wrote:
> 
> > -    if [ -r $i ]; then
> > -      . $i
> > +    if [ -r "$i" ]; then
> > +      . "$i"
> 
> Thanks for the report.
> 
> Before I just apply the patch: Is there a standard somewhere
> specifying what kind of filenames are allowed in /etc/profile.d?

Not that I'm aware of.  The glob pattern in /etc/profile appears
to be the only restriction.

Reply via email to