https://bugs.freedesktop.org/show_bug.cgi?id=74342
--- Comment #5 from Patrick Ohly <patrick.ohly(a)gmx.de> ---
Darn, "if (!UID)" is not valid in Synthesis scripts because it always evaluates
to "true". This here is the correct line:
if (UID == EMPTY) { UID = newuid(); }
Gordon, just for the sake of completeness, can you try that?
--
You are receiving this mail because:
You are on the CC list for the bug.