Problem solved, posting here in case someone faces the same issue and
finds this post:
The autotest-growl gem comes with its own growlnotify binary, which
appears to be hosed at the moment (at least on my machine). In the
bash script, hard-coding the path to the official growlnotify binary
fixed the issue. In the script .../gems/autotest-growl-0.2.16/growl/
growlnotify, replace:
$0-1.3 "$@"
with:
/usr/local/bin/growlnotify "$@"
Hope this saves someone else some time.
--
Yves-Eric
--
You received this message because you are subscribed to the Google Groups
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/growldiscuss?hl=en.