sardemff7 / eventd

A simple daemon to track remote or local events and do actions the user wants to
https://www.eventd.org
Other
46 stars 4 forks source link

Bad G_LOG_DOMAIN detection #22

Closed mathstuf closed 9 years ago

mathstuf commented 9 years ago

I'm seeing this in my build logs locally:

 -D G_LOG_DOMAIN=\"boeckb\"

Which seems…wrong :) .

mathstuf commented 9 years ago

This is due to me using an out-of-source build. It would be better to compute the domain from the end of the word list, but I don't see how to do a math expression to compute it from $(words).

sardemff7 commented 9 years ago

Fixed in a25fb6d4a249d5683ffbf19abca044744afe289c, available in 0.6.1 release.

mathstuf commented 9 years ago

That works too :) .