Re: [PATCH] config: fix globing error for zsh

2024-10-29 Thread Aaron Merey
On Sat, Oct 26, 2024 at 10:19 AM RocketDev wrote: > > Zsh treat unmatched glob as error while bash treat that as the original > string. Substitute globing with find to solve. > > * config/profile.sh.in: Fix globing error for zsh > > Signed-off-by: RocketDev > --- > config/profile.sh.in | 4 +

[PATCH] config: fix globing error for zsh

2024-10-26 Thread RocketDev
Zsh treat unmatched glob as error while bash treat that as the original string. Substitute globing with find to solve. * config/profile.sh.in: Fix globing error for zsh Signed-off-by: RocketDev --- config/profile.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/