Re: [PATCH] Support nullglob in profile.*.in files

2022-08-16 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > In openSUSE we have the following RPM checker that uses > shopt -s nullglob: > https://github.com/openSUSE/post-build-checks/blob/master/checks/50-check-libtool-deps#L31 OK, lgtm. We'd hate to have a stuck cat. - FChE

[PATCH] Support nullglob in profile.*.in files

2022-08-16 Thread Martin Liška
In openSUSE we have the following RPM checker that uses shopt -s nullglob: https://github.com/openSUSE/post-build-checks/blob/master/checks/50-check-libtool-deps#L31 The script loads all /etc/profile.d/*.sh files via source $FILE which can end up by stuck cat (with no arguments): shopt -s nullglo