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


Click here to return to the 'Automator version' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Automator version
Authored by: hamarkus on Sep 14, '07 11:34:42AM

Cool. Works fine at the command line. Tried to put it into Automator. Used 'Run Shell Script' and 'View results'. Runs fine as long as there is nothing to report. If something is reported, the 'Workflow Execution Failed'? Any idea why?



[ Reply to This | # ]
Automator version
Authored by: lincd0 on Sep 14, '07 05:00:07PM

Probably because diff returns a non-zero exit status if a difference is found between its arguments. Try adding || true to the end of the command.

[ Reply to This | # ]