Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A script to provide Growl notices on folder modification' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to provide Growl notices on folder modification
Authored by: lolajl on May 18, '06 10:38:28AM

I'm having problems with the script . . . first I had to delete the strange characters at the end of some of these lines - the upper case A with some accent mark, and then I goet an error message about the line ending. Has the script been corrupted during uploading?



[ Reply to This | # ]
A script to provide Growl notices on folder modification
Authored by: jacobolus on May 18, '06 01:16:35PM
This is an encoding issue. The ¬ character ends up looking funny when you translate it between Unicode, Mac Roman, and ISO Latin 1 character encodings. Just replace the funny pair of letters with a single ¬, and you should be fine.

[ Reply to This | # ]