On 05/08/2020 11.39, Bjoern Voigt wrote:
Dominique Leuenberger wrote:
Packages changed: aaa_base (84.87+git20200708.f5e90d7 -> 84.87+git20200507.e2243a4) After the aaa_base update I get this error when I start a shell (login, sudo ...):
# sudo -i -bash: test: too many arguments
The reason is that /usr/etc/profile.d/ does not exists and the following code results in this error
# vi +307 /etc/profile [...] for s in /usr/etc/profile.d/*.sh ; do test -e /etc/profile.d/${s##*/} && continue test -r $s -a ! -k $s && . $s done [...]
It is already fixed in git: https://github.com/openSUSE/aaa_base/pull/78 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org