Fix xdg-screensaver with busybox sed
busybox sed requires a semicolon between the t
command and the }
.
If I read the posix spec correctly it requires this too:
The <right-brace> shall be preceded by a <newline> or <semicolon> (before any optional <blank> characters preceding the <right-brace>).
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sed.html
Edited by Sertonix