[PATCH] Support nullglob in profile.sh.in

2024-05-13 Thread Andreas Schwab
Don't block on stdin when /etc/debuginfod/*.certpath expands to nothing. Signed-off-by: Andreas Schwab --- config/profile.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/profile.sh.in b/config/profile.sh.in index 911c7a43..5e86f433 100644 --- a/config/profile.sh.

Re: [PATCH] Support nullglob in profile.sh.in

2024-05-13 Thread Dmitry V. Levin
On Mon, May 13, 2024 at 02:04:04PM +0200, Andreas Schwab wrote: > Don't block on stdin when /etc/debuginfod/*.certpath expands to nothing. > > Signed-off-by: Andreas Schwab > --- > config/profile.sh.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/config/profile.sh.in

Re: [PATCH] Support nullglob in profile.sh.in

2024-05-13 Thread Frank Ch. Eigler
Hi - > > Don't block on stdin when /etc/debuginfod/*.certpath expands to nothing. > > Signed-off-by: Andreas Schwab Thanks, committed as obvious. > I slightly prefer "cat but this variant is also fine. I see your point, but the other five cases in the profile.* use this formulation, so for s