On Wed, 2020-08-05 at 11:39 +0200, 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 [...]
Please DUP to 0803 - aaa_base has been reverted already in that snapshot and a new version with the issue fixed is in the queue. Besides that, the error has no negative impacts on your system: it's a preparation for moving some more distro files to /usr/etc, which was not completley done right. But as there is nothing in /usr/etc/profiles.d yet, no bad things happened neither. Cheers, Dominique