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


Click here to return to the 'Make opendiff wait for FileMerge to finish' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Make opendiff wait for FileMerge to finish
Authored by: dwave on Feb 24, '07 07:22:19AM

you could also use:

tmp=`/usr/bin/opendiff "$@"`

which wouldn't execute the output of opendiff, but take the output of opendiff and place it in the variable $tmp.



[ Reply to This | # ]