I've seen that change, but it does not fix the bug.
Am 02.12.25 um 15:19 schrieb Thomas Lange:
In FAI 6.5 this was fixed
using this change:
-@clvar = map { $_,1 } grep { s/-/Ö/g } @classes;
+@clvar = map { $_,1 } grep { s/-/Ö/g;1 } @classes;
Can you please confirm that this also works for you.
smime.p7s
Description: Kryptografische S/MIME-Signatur

