Skip to content

decorator: kill bashisms

compiz invokes compiz-decorator using sh -c. On most Debian-derived systems, /bin/sh will be linked to the Dash shell, which does not honor several bashisms in compiz-decorator. Remove them, and call for /bin/sh explicitly from now on.

Merge request reports